ASP.NET Interview questions


Total available count: 47
Subject - Microsoft Technologies
Subsubject - ASP.NET

What is server side management?

Server side management is a way to hold the data in the server across the round trips. This can be achieved in the following ways,

1. Application state
2. Session state
3. Profile properties



Next 5 interview question(s)

1
What is client side management?
2
What is state management?
3
what is custom control?
4
What is user control?
5
What namespace does the Web page belong in the .NET Framework class hierarchy?