Answer Posted / sudhir sheoran
EnableViewState property is set to false
when we don't want to keep track of state
of a particular control or for a complete
page.
This reduces load on bandwidth during
data postbacks,because less data is
transferred to the server now.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which browsers support the xmlhttprequest object?
What is the use of worker process in asp.net?
What is the significance of ASP.NET routing?
How many types of session in ASP.NET
Explain the difference between globalization and localization techniques
What is the difference between session and viewstate in asp.net?
What is break mode?
What are uri parameters?
What is the difference between client-side and server-side validations in webpages?
what is a .xap file? Explain with an example.
How can I open ashx file in mobile?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Why we are using mvc instead of asp.net? : Asp.Net MVC
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain what is an abstract class?