Where is ViewState information stored?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajendra yadav
ViewState information is Stored in The Hidden Fields.
Is This Answer Correct ? | 21 Yes | 2 No |
Answer / avirnenisiva
View state information is stored hidden field.
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / deepak
view satate information is sotred in satate bag ,is object
that hold valu when a form is posted
Is This Answer Correct ? | 28 Yes | 22 No |
Answer / avirneni siva
In HTML hidden fields the view state information is stored.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satendra kasana
The View State Information Store Information Current Page
Is This Answer Correct ? | 5 Yes | 3 No |
What is skin in asp.net?
What is connection pooling and how to enable and disable connection pooling?
Can you explain autopostback?
How would you get asp.net running in apache web servers? Explain it's limitations.
How .Net has implemented security for web applications?
What is a web api endpoint?
What are the new data controls in asp.net 2.0?
What are sessions used for?
Why web api is better than wcf?
What is the difference between equals() and == in c#?
In which scenario we use Session and Cookies? With Example..
What is caching in asp.net?