I am storing a huge dataset that may contain thousands of rows into a viewstate.
Is this a good practice to do like this? If not please suggest some other ways of storing dataset.
I need this dataset in my web page. Web page is designed in ASP.NET using .NET 4.0 framework.
Web page linked to many child table. So, I need this dataset which should be accessible to all the child control/table in my web page.
Thanks