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 is the use of data set in asp.net?
How can you use a custom controls in ASP.NET application?
What are the navigation ways between pages available in ASP.NET?
How can you apply a theme to your asp.net application?
Do you know using sql cache invalidation?
What is query string? What are its advantages and limitations?
What is loop in asp.net?
What is web router?
Is global asax mandatory?
What is difference between web config and global asax?
Difference between application events and session events
What is different authentication mechanisms used in ASP.NET?
Which method is used to perform all validation at the page level?
Explain one critical mapping?
What is the benefit of WebAPI over WCF?