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 are the ways to sending the data in ASP.NET page?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How to you can limit Access to Web API to Specific HTTP Verb?
Which is the parent class of the ASP.NET server control?
What are different types of api?
Web API uses which library for JSON serialization?
What does ascx stand for?
What is the maximum amount of memory any single process on windows can address?
Can we use MSSql as backend in asp.net...if yes then How.?
How tooltip is set through code-behind in ASP.NET?
Why session is used in asp.net?
Define dll hell?
What are the differnt types of handler in ASP.NET?
What is asp net objects?