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
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)
Describe the diffeerence between inline and code behind?
Why is it preferred to not use finalize for clean up?
What is difference between session and cookies in asp net?
How many types of triggers are there in update panel?
What is query string?
What is the difference between session and application?
What is session and application variable in asp net?
Explain Authentication mechanism in dotnet
What is the parent class of all web server control?
What is webresource axd?
Explain the working of passport authentication.
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Why cyclomatic complexity is important?
Do cookies store passwords?