Where is ViewState information stored?
Answer Posted / sunil kumar mishra
As ViewState is a Client Side State Management
Techeniques. The the Information stored in Viewstate can
never stored in serverside.
The ViewState Information is stored in client browser in
the form of Hidden Field.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
What is the use of session state and application state and difference between them?
What are sessions used for?
What is session in asp.net?
What is another word for redirect?
What does passport and windows authentication mean in ASP.NET?
Explain the difference between inline and code behind - which is best in?
How would you create a permanent cookie?
Can user control be stored in library?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the advantages of asp.net mvc framework? : asp.net mvc
Can viewstate be accessed in another page?
Why SessionID changes in every request in asp.net?
What is clr? Difference between clr & cts?
What is session management in web application?
What’s the use of “GLOBAL.ASAX” file?