What does the "EnableViewState" property do?
Answer / vandana joshi
It is a property of page and if it is enabled then it
maintains the state of page itself.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is the concept of inheritance and how it works in .net?
Explain what is immutability, what is it for and how is it codified?
What property do you have to set to tell the grid which page to go to when using the Pager object?
What is the use of activex control in .net?
Explain what do the terms “boxing” and “unboxing” mean?
Can any object be stored in a viewstate in .net?
What is Global Assembly Cache (GAC) and what is the purpose of it?
what user controls are and what server controls are and the differences between the two.
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What are object pooling and connection pooling and difference?
What is static constructor, when it will be fired? And what is its use?