what is viewstate?
Answers were Sorted based on User's Feedback
Answer / monica jeevan
When a form is submitted in classic ASP, all form values
are cleared. Suppose you have submitted a form with a lot
of information and the server comes back with an error. You
will have to go back to the form and correct the
information. You click the back button, and what
happens.......ALL form values are CLEARED, and you will
have to start all over again! The site did not maintain
your ViewState.
When a form is submitted in ASP .NET, the form reappears in
the browser window together with all form values. How come?
This is because ASP .NET maintains your ViewState. The
ViewState indicates the status of the page when submitted
to the server. The status is defined through a hidden field
placed on each page with a <form runat="server"> control.
Maintaining the ViewState is the default setting for
ASP.NET Web Forms. If you want to NOT maintain the
ViewState, include the directive <%@ Page
EnableViewState="false" %> at the top of an .aspx page or
add the attribute EnableViewState="false" to any control.
| Is This Answer Correct ? | 17 Yes | 0 No |
What is the use of design pattern?
What is IIS and how we deploy website on IIS.
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
How do you define the lease of the object?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
Class for getting the info that is on clipboard of our system in a windows App?
What is your observations between vb.net and vc#.net?
Do you know what is the difference between an abstract class and an interface?
What is garbage collection and how it works ?
What?s the Unix name for a Windows service equivalent?
What is the microsoft .net?