Answer Posted / sudheekar reddy
Viewstate is provided as a concept and also as an object.
in ASP.NET al controls that require state to retain their
values during round trips are implicitly maintained by
ASP.NET.
When client makes a request for a page, asp.net process
the page at server and gets the processed results. These
results r concatenated into one string. The string is
converted into base64 encoding format and stored in a
HIDDEN FIELD, which is called VIEWSTAT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is server side session management?
What is web router?
What is difference between web api and web services?
Explain about asp.net state management?
Why SessionID changes in every request in asp.net?
What is enableviewstatemac in asp net?
What are the options in ASP.NET to maintain state?
What's the difference between viewstate and sessionstate?
What are app services?
What do you mean by caching in asp.net?
Do you know caching feature?
What is the purpose of using MVC programming pattern in ASP.NET?
What is the use of autowireup in asp.net?
What is datagrid asp.net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC