What Is The Difference Between ViewState and SessionState?
Rohatash Kumar
Select an image from your device to upload
Hi Dear,
View state is the client side state mangement technique,while
session state is server side state manegement technique.
View state can be maintained within the page and
session state can be maintained accross the page.
View state stored on page its self while
session state can be stored on Inproc,OutProc,SqlServer.
Happy Programming:
Deep gautam