What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / sapna
In .net state management means request send by the client
can remember state of the previous request means
maintaining the state of the request.
The ways to maintain the state in asp.net are
server side state management like
1)session management
2)application
client side state management like
1)cookies
2)Hidden fields
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What is globalization and localization in asp net?
What does session_start () do?
Explain what is postback in asp. Net?
Where the assembly is stored in asp.net?
Is there any limit for query string? Means what is the maximum size?
What is clr? Difference between clr & cts?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are strong names?
Why mvc is faster than asp.net? : Asp.Net MVC
How can you handle exceptions in asp.net?
Is post back in asp.net?
What is application state?
Why we use content place holder in asp.net?
What is the life-span of the items in the viewstate?
Can viewstate be accessed in another page?