Explain the functionality of "EnableViewState" ? What
happens if you want it on or off?
Answer Posted / swapna
If we Enable Enableviewstate property then the state of
that particular control will remains even after postback.
If we disable Enableviewstate property then after postback
that control will lose the previous state.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are server side controls?
Explain page output caching?
What is caching? Explain.
How to retrieve user name in case of Window Authentication?
Is it right that ASP.NET Web API has replaced WCF?
What is a 404 redirect?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is _viewstart?
Mention few asp.net validators.
What is the difference between server-side scripting and client-side scripting?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Do you know using sql cache invalidation?
What is meant by ispostback in asp net?
How would you enable impersonation in the web.config file?
Differentiate the session object and application object?