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 asp.net response object?
What is the difference between client-side and server-side validations in webpages?
Mention the namespace that is used to include .net data provider for sql server in .net code?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain asp.net application life cycle?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
How do I open an ashx file in windows 7?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is asp.net and how it works?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is runat?
What is meant by server side scripting?
Are cookies client side or server side?