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 how is a property designated as read-only?
Which .NET framework supports Web API?
Explain how does asp page work?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
what are the web form events available in asp.net?
How does session work?
How can you send an email message from an asp.net web page?
What is the use of dispose method?
What is Web API Routing?
What are ASHX files?
What is the difference between stored procedure vs function?
How do you secure your configuration files to be accessed remotely by unauthorized users?
How many types of session in ASP.NET
What is the part of url?
What do you mean by View State and what is its role?