To enable sorting or paging in the Repeater and DataList controls, developers often use _________.
- DataPager control
- DataGrid control
- ObjectDataSource control
- GridView control
The correct option is "DataPager control." The DataPager control is commonly used to enable sorting or paging in the Repeater and DataList controls. It provides functionality to handle data paging and allows users to navigate through large datasets efficiently. Unlike other options listed, the DataPager control is specifically designed for paging in data-bound controls like the Repeater and DataList.
Loading...
Related Quiz
- What are the advantages of using connection pooling in ADO.NET?
- Scenario: You are working on a WinForms project with a complex data structure. What considerations should you keep in mind when implementing data binding for hierarchical data?
- LINQ to Objects is primarily used for querying data from which data source?
- What are some common list controls used in ADO.NET for data binding purposes?
- What is the purpose of DataRelations in ADO.NET when working with hierarchical data?