I want to store datatable and also want to reuse it like view statevariable.
and one more thing my data is user specific so i cant use cache. i also don't want to use session because it increase server overhead...and viewstate increase my page load.
So please suggest me another way to store user specific data and reuse it...
Thanks in advance....
sourabh