Saturday, 27 April 2013

How can you enable automatic paging in DataGrid ? | ASP.Net interview questions

Following are the points to be done in order to enable paging in Datagrid :
Set the “AllowPaging” to true.
In PageIndexChanged event set the current pageindex clicked.

No comments: