State management is the technique that is used to maintain user and page information over multiple requests while browsing the web . HTTP is a stateless protocol. It does not store any information about user on web page. It is a general requirement that information should be maintained while navigating the website.
Read moreWhat are the techniques used in ASP.NET for state management?
What are the state management techniques in Asp.Net? CLIENT SIDE STATE MANAGEMENT TECHNIQUESSERVER SIDE STATE MANAGEMENT TECHNIQUES· View state and Control State· Application State· Cookies· Session State· Query Strings· Hidden FieldsWhat are the state management techniques in Asp.Net? tutorialslink.com › Articles › What-are-the-state-management-techniques-in…
Read more