.Net Deployment Question:
Download Job Interview Questions and Answers PDF
What is view state in .NET?
Answer:
The web is stateless. But in ASP.NET, the state of a page is maintained in the in the page itself automatically. How? The values are encrypted and saved in hidden controls. this is done automatically by the ASP.NET. This can be switched off / on for a single control
Download .Net Deployment Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain the top .NET class that everything is derived from? | Explain security measures exist for .NET Remoting in System.Runtime.Remoting? |