4
Answers

Can i store the Datatable into ViewState with the records of

Ask a question
Ravi Shakya

Ravi Shakya

11y
2.3k
1
I am trying to store the datatable in to viewstate so that next time i can get the records from viewstate instead a new query from database, But it is working very good on Localhost but on server it is taking too much time with same code and same SPs.
 
or tell me is there any other way to do the same thing so that i can get the data from client side without any repeated hits on server.

Answers (4)