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
How to register exception filter globally?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Can user control be stored in library?
Explain the features that make asp.net more used framework? : asp.net mvc
Explain swagger components.
Why do we need a web application session?
Explain about Multi-Language integration?
What are the Types of state management techniques
Explain the concept of View Model in MVC?
What is the asp.net mvc folder conventions? : asp.net mvc
Explain asp.net web forms.
Which dll handles the request of .aspx page?
How to you can limit Access to Web API to Specific HTTP Verb?
Write a code snippet to implement the indentation in json in web api.
Explain about ASP.NET?