| 1. |
Describe Paging In Asp.net? |
|
Answer» The DataGrid control in ASP.NET enables EASY paging of the data. The AllowPaging property of the DataGrid can be set to True to perform paging, ASP.NET automatically PERFORMS paging and provides the hyperlinks to the other pages in different STYLES, based on the property that has been set for PagerStyle.Mode. The DataGrid control in ASP.NET enables easy paging of the data. The AllowPaging property of the DataGrid can be set to True to perform paging, ASP.NET automatically performs paging and provides the hyperlinks to the other pages in different styles, based on the property that has been set for PagerStyle.Mode. |
|