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.
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.