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 difference between or and orelse?
Can you change a master page dynamically at runtime? How?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are the main advantages of using asp.net?
Is asp.net free?
What is a viewstate?
Describe the difference between inline and code behind - which is best in?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Is global asax mandatory?
Explain the main function of razor in asp.net? : asp.net mvc
Can a .net web application consume java web service?
Can we override the enablepartialrendering property of the scriptmanager class?
Define web.config in .net?
What is globalization and localization in asp net?