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
What language is asp.net written in?
Explain the difference between Web Garden and Web Farm?
What are the HTML server controls in ASP.NET?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
When you use Ajax controls in the ASP.NET application?
What are the different types of validation controls provided in ASP.NET?
To wrap up a call to a Web service the standard used is..?
What events will occur when a page is loaded?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is content place holder?
what is a .xap file? Explain with an example.
What is the maximum amount of memory any single process on windows can address?
Is it possible for me to change my aspx file extension to some other name?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
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?