可学答题网 > 问答 > MCTS(70-528)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are creating a Web Form. The Web


You are creating a Web Form. The Web Form allows users to rename or delete products in a list. You create a DataTable named dtProducts that is bound to a GridView. DataTable has the following four rows. dtProducts. Rows(0)("ProductName") = "Soap"dtProducts. Rows(1)("ProductName") = "Book"dtProducts. Rows(2)("ProductName") = "Computer"dtProducts. Rows(3)("ProductName") = "Spoon"dtProducts. AcceptChanges() The user utilizes a Web Form to delete the first product. You need to set the RowStateFilter property of the DataTables DefaultView so that only products that have not been deleted are shown. To which value should you set the DataTabless DefaultView.RowStateFilter?()

  • A Data View Row State.Modified Original
  • B Data View Row State.Modified Current
  • C Data View Row State.Current Rows
  • D Data View Row State.Added
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You are creating a mobile Web Form tha

You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile Tex...

2、You create a Web Form. The Web Form u

You create a Web Form. The Web Form uses the FormView control to enable a user to edit a record in the database. When the user clicks the...

3、You are creating a Web Form. The Web

You are creating a Web Form. The Web Form allows users to rename or delete products in a list. You create a DataTable named dtProducts that...

4、You are creating a mobile Web Form th

You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile Tex...

5、You create a Web Form. The Web Form al

You create a Web Form. The Web Form allows users to log on to a Web site. You implement the login logic using a Login control named Login1...

6、You are creating a Web Form. You write

You are creating a Web Form. You write the following code segment to create a SqlCommand object.Dim conn As SqlConnection = New SqlConnection(c...