Question:

You are developing a Web page that allows users to search the contents of a Web site. The Web page must provide the following functionality:

Display up to 15 search results at a time.

Display each search result in a custom layout that spans multiple lines. Allow users to page through results if the search returns more than 15 matches. Allow users to rate the quality of each search result directly within the search results.

You need to implement the required functionality.

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 Repeater control to the Web page and assign an instance of the PagedDataSource class to its DataSource property.

 

D 

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.

 

+ Answer
+ Report
Total Preview: 915

Copyright © 2024. Powered by Intellect Software Ltd