When we use ViewState or cookies or cash or sessions, where do we store information? I know when we use sessions, we can store data on sql server or web server. Is there any other way to store data when using sessions.
Another question, when I get data from sql server and bind it to a dataset or datatable, where will this data be stored (dataset records)?
source share