What is view state in .net?
Answer / Pramod Kumar Maurya
ViewState in ASP.NET is a server-side mechanism for maintaining the state of page controls and other data across postbacks. It stores the current state of the page as a hidden field in the page's HTML, so that when the form is submitted, the current state can be restored upon returning to the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What?s a proxy of the server object in .NET Remoting?
What is the difference between constants and read-only variables?
What do you mean by web service?
Explain constructor.
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Tell us what is json data, and what is one way that .net developers can work with json?
Difference between Panel and GroupBox classes?
What is strong-typing versus weak-typing? Which is preferred?
What is different between User Control and Web Control and Custom Control?
Differentiate between managed and unmanaged code?
Explain .NET architecture?
Explain the difference between asp.net & vb.net and explain architecture?