view state data is stored in which format?
Answer Posted / venu gopal ch
ViewState will be rendered as HTML Hidden field with
encryption of data inside it
| Is This Answer Correct ? | 34 Yes | 0 No |
Post New Answer View All Answers
What is the difference between GridView and Repeater controls in ASP.NET?
What are the features that make asp.net more used framework? : asp.net mvc
What is is post back property in asp net?
What are the asp.net 2.0 features?
What are the new login controls in asp.net 2.0?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How are sessions stored?
Which method is used to perform all validation at the page level?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Differences between “dataset” and “datareader”.
Is session server side or client side?
What is the difference between c# and .net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Is viewstate secure?