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

Explain how inline and code behind is used differently ?

1 Answers   Siebel,


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


What is autopostback in asp net?

0 Answers  


Is session server side or client side?

0 Answers  


Define a web service in .net?

0 Answers  






What are the properties of the eventargs argument when capturing keyboard events?

0 Answers  


if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


What is web router?

0 Answers  


What is the main use of Response.Output.Write()?

4 Answers   Siebel,


Will the asp.net validators run in server side or client side?

0 Answers  


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

0 Answers   Siebel,


What is viewstate? What does the “enableviewstate” property do?

0 Answers  


Categories