if i have a web page, and after the postback i dont to
maintain the viewstate. How can we maintain in web
application?
Answers were Sorted based on User's Feedback
Answer / sharifuddin
Hi monika, Hope it is wrong? can you check once.
Because, post back in the sence giving back to that same
page. here we czn maintain enable viewstate=false at page
directive of that perticular page.
any one, if it is wrong can you reply me to
mee.sharif@gmail.com
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
Answer / gv
Application automaticaly maintain using control state,
it can not be turned off
Is This Answer Correct ? | 0 Yes | 2 No |
What is preprocessor in .net? Where it use?
How can we use Web API with ASP.NET Web Form?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
To call a Web service SOAP which transport protocol you use?
Explain the difference between server control and html control.
What are different methods of session maintenance in asp.net?
List all templates of the repeater control.
Code for updating the database by entering the data into textboxes in aspx form?
Types of objects in ASP?
difference between Trace and Debug ?
9 Answers Accenture, Addlux, Microsoft,
What are the main differences between asp and asp.net?
What is http request and response?