Hi
I have two questions regarding asp.net gridview
1 Why row_created event is fired before pageload when I sort a column in gridview ? I kept allowsort=true and binding grid from code behind using datasource property.
2 Why I am not able to retrieve gridview.sortexpression and gridview.sortdirection in gridview_rowcreated event or gridview_sorted event ?