What is State management?
What are the Types of State management ASP.NET.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SUNIL GUTTAPosted Feb 5, 2014, 8:42 AM
Best example is HTML TEXTBOX control which can hold the data entered when the page is refreshed :) Where as ASP SERVER CONTROLS i.e TextBox can hold data via ViewState when we refresh ..
HTML CONTROLS ARE STATELESS SO THATS Y WE USE ASP.NET SERVER CONTROLS
We can maintain the state in different ways via session , view , application , cookie , query string :) .. These are intrensic objects .
----------------------------------Mark answer-If it helps , Thank you------------------------