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 advantages of using session?
What is asp according to you?
What is manifest in .net framework?
What is a master page and what does it do?
What are Master Pages in ASP.NET?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Explain cashing in asp.net.
Write a code snippet to implement the indentation in json in web api.
Describe the Server Control Events of ASP.NET?
Why do we need asp.net?
How does asp.net work?
Where is the session stored?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are web server controls in asp.net?