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
Explain different types of validators in asp.net?
Is a dll file an executable?
What is a page life cycle? What are the events in a page life cycle?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Describe the application event handlers in ASP.NET?
Where would you use an ihttpmodule, and what are the limitations of any?
What is content page in asp net?
What is a session in programming?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Where do we store our connection string in asp.net application?
What is a viewbag?
How response object is related to asp's response object?
What are sql notifications and sql invalidations?
Explain about Application and Session Events ?
Why is string called immutable data type?