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
Apart from IDE what are the enhancements in asp.net 2.0?
What is the difference between c# and .net?
What is redirecting behavior?
Can the dictionary object be created in client?s scope ?
What is server transfer?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is asp.net ajax?
What is the parent class of all web server control?
What is slidemaster?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Explain the differences between managed and unmanaged code?
Where can I get information on cookies in asp.net?
Can one dll file contains the compiled code of more than one .net language?
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)
What is session in http request?