G
Guest
I am using the datagrid with 100-200 column to show data
This data is also stored in the ViewState for postback
However the viewstate part is large
I assumend that using SQLServer for ViewState (instead of InProc) at least removes most of viewstate in the page which makes to HTML page must smaller, but it doesn'
Does somebody knows how to solve this, without rebinding the data after post back
thx
This data is also stored in the ViewState for postback
However the viewstate part is large
I assumend that using SQLServer for ViewState (instead of InProc) at least removes most of viewstate in the page which makes to HTML page must smaller, but it doesn'
Does somebody knows how to solve this, without rebinding the data after post back
thx