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

extensibility in asp.net2.0

0 Answers  


What is s2s tracking?

0 Answers  


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


What is the difference between trace and debug in asp.net?

0 Answers  


What are the different Key TreeView Properties in Asp.net 2.0?

1 Answers   TCS,






Which is faster viewdata or viewbag?

0 Answers  


What is authentication in asp.net?

0 Answers  


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

0 Answers   HCL,


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,


What types of data validation events are commonly seen in the client-side form validation?

0 Answers  


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


Is it right that ASP.NET Web API has replaced WCF?

0 Answers  


Categories