Where should i store data table [ViewState/ Session/ Catch]
- by Hemant Kothiyal
Hi I have datatable having around 10 thousand rows.
I would like to store this data once for aspx page. When use select different options in page data would be further select from already stored datatable.
I then tried solution using ViewState, but as soon as data grow beyond 100 rows, performance degrade.
Where should i store data please help?