Define state managenent?Descibe state managenent technique
which maintain the information at server site focusing it IDS
features and limitations?
Answer Posted / rajeev kumar varshney
Web are Stateless, When The page is postBack or refresh then data is lost this means that web does not use state management,
To Keep or hold the data on the page We use State Management.
Two types of State Management.
1)Client Side
2) Server Side
1) Client Side state Management.
a) View State : To Hold the data Whatever the Page is
Refresh or Post Back occur.
b) Hidden Field : To Contain the Value
c) Cookies : To Store the Data in Local Memory of the system.when retrieve Query then give response from local memory of the system.
2) Server Side State Management
a) Session : When we open the browser and we close the browser , the mean time is known as session.
b) Application : When the web server will get start and will get down..mean time is consider as application .
When We move from One Page to Another Page the Value is Lost..To sustain the Value of Previous Page for a some time of perioud we use Session Or Application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Where do the cookie state and session state information be stored?
How to find last error which occurred?
How asynchronous call can be implemented using delegates?
Describe the difference between inline and code behind - which is best in?
What are cao and sao.
How can we identify that the page is post back in asp net?
What is the use of placeholder control?
How do you secure your connection string information?
What is difference between Lambda Expression and LINQ in ASP.NET?
What is the difference between custom controls and user controls?
What is a session http?
What is asp short for?
How many types of sessions are there in asp net?
Explain the role of global.asax?
What does uri mean?