GridView control

Explain two properties of GridView control which specifies to turn on paging and sorting.

E

Expert

Verified

Properties of the GridView control which is specified in order to turn on the sorting and paging are as follows:

a) The AllowSorting property of the Gridview control specifies that whether sorting is on or not. The AllowSorting property should be set to true in order to allow the sorting.

b) The AllowPaging property of the Gridview control specifies whether paging is enabled or not. You must set the AllowPaging property to True to enable the paging.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.