black

MCTS(70-528)

登录

单项选择题

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

相关考题

单项选择题 You are transferring records from one database to another. You need to decide whether you can use the SqlBulkCopy class to transfer the records. What should you do? ()

单项选择题 You create an application. The application processes hundreds of XML documents per minute. The XML documents are validated against inline schemas. You need to load XML documents from the file system and read them as quickly as possible. XML comments must be ignored while reading the XML documents. What should you do?()

单项选择题 You have an SQL query that takes one minute to execute. You use the following code segment to execute the SQL query asynchronously.Dim ar As IAsyncResult = cmd.BeginExecuteReader()You need to execute a method named DoWork() that takes one second to run while the SQL query is executing. DoWork() must run as many times as possible while the SQL query is executing. Which code segment should you use?()

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064