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 |
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is the difference between server.transfer and response.redirect? Why?
Is .NET a runtime service or a development platform?
What is a DLL?
Explain when should you use .net web forms over asp.net mvc?
Explain what is mutex?
Explain me what is the .net framework and how does it work?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is the difference between response.redirect & server.transfer?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
What is equivalent for regsvr32 exe in .net ?
What do you mean by web service?