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 are the session management techniques asp net?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Will the asp.net validators run in server side or client side?
What is the use of autowireup in asp.net?
What is the asp.net control toolkit?
What is the difference between dynamic SGA and static SGA?
How do you use viewstate?
What is HTTPModule and HTTPcontext? What is the use of each?
What are Authentication and Authorization?
What is a web api? Which protocol is used in a web api?
Which protocol is used to call web service?
What is a ashx file?
How is mvc different from asp.net? : Asp.Net MVC
What is meant by server side scripting?
What is a user developed application?