view state data is stored in which format?
Answer Posted / raj
viewstate is the client side state management.every server
control has a view state .we can assign a property named
Enableviewstate to every server control and setting the
property to true,the viewstate will be enabled and hence
the values of the control will be stored as encrypted
format whenever the page is postback from the server again
and again.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Which method is used to perform all validation at the page level?
Disable Mouse right click on web page in asp.net?
Is LINQ performance wise better or using sqlcommand?
What is the use of the tag in the web.config file?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Define the types of configuration files.
Is asp.net still used?
When Cookies are expired in ASP.NET?
What is microsoft windows sharepoint services?
What is difference between or and orelse?
How to use ipostback?
Define asp.net caching?
Which is better viewstate or session?