Wednesday, October 13, 2010

GridView_Sorting or GridView_Sorted

Which event of GridView will you implement for sorting ?

-> Sorting

GridView_Sorting or GridView_Sorted ?

-> Sorting ?


Which event of GridView will you implement for paging ?

->PageIndexChanging

PageIndexChanging or PageIndexChanged ?

->PageIndexchanging

PageIndexChanging , PageIndexChanged , Sorting , Sorted, which ones
are frequently required and why ?

PageIndexChaning and Sorting are frequently required.

'ed' events are not always required, they are required
only when customization to data is required after
page is changed or sorted.

No comments:

Post a Comment

How to check local and global angular versions

 Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...