Answer Posted / deepak bajpai
In ASP.NET pages, the view state represents the state of
the page when it was last processed on the server. It's
used to build a call context and retain values across two
successive requests for the same page. By default, the
state is persisted on the client using a hidden field added
to the page and is restored on the server before the page
request is processed. The view state travels back and forth
with the page itself, but does not represent or contain any
information that's relevant to client-side page display. In
this column, I'll take a tour of the view state
implementation in ASP.NET and show how to keep your Web
pages fit and trim and a bit more secure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain client side state management system.
Explain diff between dataset and datareader?
Is asp.net easy to learn?
Why is global asax is used?
What is base class of button control in .net?
What is the function of the ViewState property?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How many types of session in ASP.NET
What is authorization in asp.net?
What is a web farm?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Is asp.net mvc front end or backend? : Asp.Net MVC
Why is global asax is used for?
Explain the difference between authentication and authorization.
Explain the difference between globalization and localization techniques