EnableViewState="False" is the silent killer, since most of controls
internally uses ViewState, disabling it will cause issues.
If you don't have EnableViewstate enabled you have to handle paging in code
since ASP.NET can't track the state of the current page
Regards
JIGNESH
"Vidds" wrote:
Quote:
Hi All,
I am not able to get the sort event when i EnableViewState =false for data
grid.
Is there any relation betwn those two.Please comment.
How can I get through this problem?
Thanks in advance.
Regards,
Vidds |