What is Viewstate and Session state,explain with breif?
krishna dhanekula
Select an image from your device to upload
View State is the maintain the controls properties Under postback implimentaion that is called view stae.View State deos not allocated any memory on client side and server side.view state is maintain the with in the page only.view state stired the values in hidden fields.view state is maintain Application level,page level etc.Session:Session is maintain the User Information on server side .Session can be maintain the each client only,but not more than one client.By using session you can pass the values from one page to anther page .Session disadvantages is the allocated the More Memory in Server side