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
What is the use of web.config file?
Can we override the enablepartialrendering property of the scriptmanager class?
Can you explain one critical mapping?
What is the use of ASP.NET routing?
About CLR, reflection and assemblies?
How can u debug your .net application?
What is difference between View State and Hidden Field in ASP.NET?
What is http request and response?
Explain how cookies work. Give an example of cookie abuse.
What is asp.net caching?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the new features added from ASP to ASP.NET?
how to debug web services on consumer side?
What is web api vs wcf?