M
Manuj Aggarwal
I have a custom Grid control which inherits from ASP.NET DataGrid control.
In this custom control I also have some other server controls e.g. a drop
down list to manage paging for the grid.
I want to disable viewstate on main Grid but I do want to maintain ViewState
for child controls like pager drop-down which I need to manage the data
rendered in the grid.
Is this possible? If yes, any sample code will be much appreciated.
TIA
Thanks
Manuj
In this custom control I also have some other server controls e.g. a drop
down list to manage paging for the grid.
I want to disable viewstate on main Grid but I do want to maintain ViewState
for child controls like pager drop-down which I need to manage the data
rendered in the grid.
Is this possible? If yes, any sample code will be much appreciated.
TIA
Thanks
Manuj