View State is encrypted in HTML Page so My Question is Whether Browser Understand the View State of Html Page or it is Understand by Server ?
View State is encrypted in HTML Page so My Question is Whether Browser Understand
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it is done by the server. It saves the state for each user/browser. The browser can only see something like the session ID in php (in some hidden fields and/or cookie)
see: http://msdn.microsoft.com/en-us/library/ms972976.aspx