1.

What are the types of state management is ASP.NET?

Answer» 1. CLIENT SIDE:
  1. HIDDEN Field
  2. ViewState
  3. Cookies
  4. Control State
  5. Query Strings

2. SERVER side:

  1. Session
  2. Application
  3. Cache


Discussion

No Comment Found