Define state managenent?Descibe state managenent technique
which maintain the information at server site focusing it IDS
features and limitations?



Define state managenent?Descibe state managenent technique which maintain the information at server..

Answer / 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

More ASP.NET Interview Questions

What is the purpose of url encoding?

0 Answers  


what is diference between the .net1.0 & .net2.0 ?

3 Answers   EMax,


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


List of words of preprocessor in .net?

0 Answers  






How many webforms are possible on a single webpage?

6 Answers  


How do u declare static variable and how it is declared and what is its lifetime?

0 Answers  


What are all the ways to find out types of objects?

5 Answers   HCL,


what is webservices ? and what is web server ?

1 Answers   Wipro,


what is COM Object in Dot net?

6 Answers   CTS,


Using code explain Configuration Management

0 Answers  


What is gridview in asp.net?

0 Answers  


Categories