Im using sql 2005 database.
My problem in not in doing sorting or paging in datagrid or with gridview in general but particularly in Microsoft sample TimeTracker application.
Im facing the sorting issue with gridview in the time tracker application what microsoft has provided,I cant able to play with the coding wat they did.
Inside gridView_Sorting event the gridView objec itself becomes null, cant able to assign datasource to it.
They hav used ObjectDataSource as the datasource ,cant able to create dataview object out of that as we need dataview object to do sorting.Like this issue list goes on........
Hopefully some of u come across with the same sort of issue in TimeTracker applications while sorting any gridview control by clicking the column name as microsoft fail to consider the sorting option in all the gridview they used.
Just let me know wat u hav did when u came across the same sort of issue.