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

Misc Javascript points

 Nodejs can support multithreading through use of promises _ is the numeric separator for javascript, that means the numbers 10_000, 11.23_0...