what is state management?

Answers were Sorted based on User's Feedback



what is state management? ..

Answer / n.ravi

The web server will remember the users information by implementing certain techniques these techniques are called state managent. those are divided into 2 types 1.client side
2.server side
client-side:1. query string 2.hidden fields 3.view state 4.cookies
Server Side:1.session 2. Application 3.Cache 4.context

Is This Answer Correct ?    15 Yes 1 No

what is state management? ..

Answer / sumit kumar gaud

as it is known to all that asp works over http. and http is a stateless protocol that means server does not have any information about client.
To manage this asp .net provides state management. It can be managed in two ways
1. Client Side
2. Server Side.
for detail visit
http://msdn.microsoft.com/en-us/magazine/cc300437.aspx#S1

Is This Answer Correct ?    14 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

what is diffgram ?

3 Answers  


What line in the following XML document will generate an error? <?xml version=?1.0?> <employees> <employee> <name>Bob Andcarrol</name> </employee> <employee> <name>Robert Burns</name> </employee> </employees> a) 6 b) 4 c) 1 d) There is no error

3 Answers   Syntax Softtech,


What is inheritance and an how it be used, example with an example?

0 Answers   Siebel,


How many types of page.

5 Answers   TCS, Verinon Technology Solutions,


Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  






How would you get asp.net running in apache web servers? Explain it's limitations.

0 Answers  


How many view state can be hold by a aspx page ?

3 Answers   Intellevate,


What is a reflection?

0 Answers  


Define viewstate in .net?

0 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


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

0 Answers  


How many types of web application ?

1 Answers  


Categories