What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / sankar
when ever your page view state on it will take too much
responese time. that is why it is better to off the view
state if you do not require the controls to remeber its
previous state.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is session id in web application?
What is difference between cookies and cache?
Explain Features in ASP.NET
Where is the view state data stored in asp net?
What is the default authentication mode for asp.net?
How do you remove duplicates without using remove duplicate stage?
Who generates session id?
Why would anyone need to implement their own hashtable or linked list?
What are the Difference between asp.net and asp ?
What is clickid?
What is app_code folder in asp net?
Explain in what order a destructors is called.
What is view state management in asp net?
What is the difference between typeof() vs gettype()?
Explain server-side scripting and client-side scripting.