What is ViewState and How it is managed,Its
Advantages/Benefits?
Answer Posted / m.sivakumar
ViewState is a speacial object that ASP.NET uses to maintain
the state of page and all webcontrols/ServerControls within
it.
It is in this object preserves the states of various FROM
elements during Postbacks.
It is rendered to client(browser) as a Hidden
variable_VIEWSTATE under<form> tag.
we can also custom values to it.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is the use of data set in asp.net?
Explain the different parts that constitute ASP.NET application?
What is an axd file?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is the difference between server-side scripting and client-side scripting?
What is & in a url?
Can I tap into other windows livetm services?
What are the Types of object in asp
Describe the application event handlers in ASP.NET?
What r the asp.net list controls and difference between them?
Define asp.net caching?
What are the different web pages?
Which browsers support the xmlhttprequest object?
Explain difference betn dataset and recordset?
What is advantage of asp.net?