Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is viewstate?

Answers were Sorted based on User's Feedback



what is viewstate?..

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 viewstate?..

Answer / shubh

Data in encrypted form..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


What are the contents of assembly?

4 Answers  


Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com

1 Answers  


What is UDDI and how to register a web service ?

2 Answers   Msoft, TCS,


Explain the difference between static page and dynamic page?

0 Answers  


Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


Please explain what is immutability, what is it for and how is it codified?

0 Answers  


What is difference between .net core and .net standard?

0 Answers  


How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

0 Answers  


What is view state?

6 Answers   TCS,


Categories