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?

Answers were Sorted based on User's Feedback



What does the "EnableViewState" property do? Why would I want it on or off?..

Answer / ramgopal reddy

It enables the viewstate on the page. It allows the page to
save the users input on a form

Is This Answer Correct ?    9 Yes 2 No

What does the "EnableViewState" property do? Why would I want it on or off?..

Answer / deepali

It allows to Store Value in viewstate and Persist the
values across postbacks

Is This Answer Correct ?    8 Yes 1 No

What does the "EnableViewState" property do? Why would I want it on or off?..

Answer / 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

What does the "EnableViewState" property do? Why would I want it on or off?..

Answer / sankar

when ever your page view state on it will take too much
responese time. that is why it is better to off the view
state if you do not require the controls to remeber its
previous state.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Caching techniques in .NET ?

1 Answers   Microsoft,


Explain how to prepare culture-specific formatting in .net.

0 Answers  


What is Runtime callable wrapper?

2 Answers  


What is session in http request?

0 Answers  


Explain the different types of assemblies?

0 Answers  


Explain the main differences between asp and asp.net?

0 Answers  


What is a form tag?

0 Answers  


Explain server-side scripting and client-side scripting.

0 Answers  


Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


How to prevent client side validation from the ASP.NET validation controls?

0 Answers   Viscus Infotech,


Are cookies client side or server side?

0 Answers  


In which event of page cycle is the viewstate available?

0 Answers  


Categories