What does setting a control's EnableViewState property to
false accomplish?
Answer Posted / raghumadhav tirunagari
If you set a text box's EnableViewState property to false,
any text entered into the text box will STILL remain in the
textbox after the page has posted because the information is
sent in the HTTP request and HTTP response.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the new login controls in asp.net 2.0?
How you can access the values from the Repeater control in ASP.NET?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is enableviewstate in asp net?
What is state management technique?
What is the difference between c# and .net?
What is validation in asp.net?
What are the advantages and disadvantages of session?
Can we set master page as a start page?
Why is it preferred to not use finalize for clean up?
What is the difference between typeof() vs gettype()?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Who can consume WebAPI?
What is the use of session?