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 are the new web part controls in asp.net 2.0 ?
What are session state modes?
Explain server-side scripting and client-side scripting.
When you use Ajax controls in the ASP.NET application?
Explain the features that make asp.net more used framework? : asp.net mvc
What is the size of Get method and how much data it can store?
What are the event handlers that can be included in the Global.asax file?
IN an ASP.NET Web application if there is any error, how can you debug?
In which event of the page life cycle, is the viewstate available?
Differentiate between file-based dependency and key-based dependency.
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is advantage of code behind coding in ASP.NET?
What is the default Orientation property in a Menu control?
What is loop in asp.net?