if i have a web page, and after the postback i dont to
maintain the viewstate. How can we maintain in web
application?

Answer Posted / prawin

Yes..You an set eneableViewstate=false in page level (for single) page or application level (using web.config) for NOT maintaining the viewstate

Thanks
Prawin

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language is asp.net written in?

753


Explain the difference between Web Garden and Web Farm?

740


What are the HTML server controls in ASP.NET?

792


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

698


When you use Ajax controls in the ASP.NET application?

766


What are the different types of validation controls provided in ASP.NET?

863


To wrap up a call to a Web service the standard used is..?

726


What events will occur when a page is loaded?

798


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

685


What is content place holder?

708


what is a .xap file? Explain with an example.

759


What is the maximum amount of memory any single process on windows can address?

738


Is it possible for me to change my aspx file extension to some other name?

769


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

685


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?

1621