Question:You are developing an ASP.NET Web page that returns search results from a Microsoft SQL Server database. Each search result will be displayed in a custom layout that spans multiple lines. The Web page must meet the following requirements:
Display up to 50 search results at a time.
Allow users to edit records directly within the search results.
Allow users to page through results if the search returns more than 50 results.
You need to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

 

A Add a GridView control to the Web page and set its AllowPaging property to True. 

B Add a FormView control to the Web page and set its AllowPaging property to True 

C Add a ListView control and a DataPager control to the Web page. Set the value of the PagedControlID property of the DataPager control to the ID of the ListView control. 

D Add a Repeater control to the Web page and assign an instance of the PagedDataSource class to its DataSource property. 

+ Answer
+ Report
Total Preview: 1237

Copyright © 2024. Powered by Intellect Software Ltd