Answer Posted / raghumadhav tirunagari
You should set a control's EnableViewState property to false
when its properties will never be changed in code or you
always want the values reset to what they were initially.
Doing so will cause your page to load faster since less
processing must occur on the server.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Contrast OOP and SOA. What are tenets of each ?
What do you mean by authentication?
What is the maximum timeout we can set for Cookies?
Can I stream live content/events?
Explain the main differences between asp and asp.net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is jade template engine?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
State differences between MVC and WebAPI
Explain diff. Between friend and protected friend?
What are the three parts of an http response?
What is the advantage of using Windows authentication in a Web application?
What is application variable?
Define static function?
What is difference between singleton and single call?