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 does the "EnableViewState" property do? Why would I
want it on or off?

Answer Posted / maloy.adhikari

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 ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of Cookies are available in ASP.NET?

1117


How does the cookies work in asp.net?

1253


What are strong names?

1089


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1902


What is voluum?

1018


What is application variable in asp.net?

979


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

1104


What are client activated objects and server activated objects?

1022


Is data edited in the Repeater control?

1083


Why is the standalone environment only useful during the development process?

1882


What is new asp.net core?

1095


Explain the difference between overriding and overloading?

1052


What is difference between abstract class and an interface?

988


How is the asp.net mvc architecture different from others? : asp.net mvc

1070


How can we create a website?

999