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
How Can assign alias name for ASP.NET Web API Action?
What is asp.net and ado net?
What is base class of .net?
Explain authorization levels in .net ?
What is the equivalent of date() and time() in asp.net?
In Code-Behind class which kind of code (server or client) is found ?
Describe the diffeerence between inline and code behind?
What is the difference between cookie and session?
Can you dynamically assign a Master Page?
Will session work if cookies is disabled?
What’s the difference between response .redirect and server.transfer?
What is the file through which you can customize your asp.net application?
Name some asp objects?
Explain the difference between Web Garden and Web Farm?
Differentiate between namespace and assembly.