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
How can we make sure that Web API returns JSON data only?
How can we register exception filter from the action?
Differentiate globalization and localization.
Write a code snippet to implement the indentation in json in web api.
What is windows active directory authentication?
How do I create a web form?
In which event of page cycle is the viewstate available?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Define static function?
Is asp net front end or backend?
How can you display all validation messages in one control?
Can you set the session out time manually?
What is asp.net master page?
How do you remove duplicates without using remove duplicate stage?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC