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 & in a url?
Explain the flow of processing of the request? : asp.net mvc
Can we have multiple web config files for an asp.net application?
what is silver light when will we use silver light,
Why we use content place holder in asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Describe Segmentation With Paging?
What is the use of worker process in asp.net?
What is the use of global.asax file?
What is the difference between session and viewstate?
What role “#&&” plays in a querysting?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Demonstrate Render and PreRender?
Is it possible to create web application with both webforms and mvc?
What are the built-in objects in asp.net?