How can u manage state ?

Answers were Sorted based on User's Feedback



How can u manage state ?..

Answer / vimal

managing state is done by

client side techniques...
viewstate,querystring,cookies

server side techniques
Application state,session state.

Is This Answer Correct ?    6 Yes 0 No

How can u manage state ?..

Answer / g.m.reddy

Managing the state in Asp.Net they are 2 types
1. client side
2. server side

Client silde [cookies,query string,view state,hidden fields]
Server Side [Sessions and Application State ]

FYI.
How we can the pass values and how to store the data in VIew state ?
how many types of Sessions we have in ASp.Net ?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call

2 Answers   PCS,


Explain .net mobile events? : Microsoft dot net mobile

0 Answers  


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture

0 Answers  


Explain the Lapsed Listener problem in .net

0 Answers   HCL,


Explain write back and write through caches? : Dot net architecture

0 Answers  






deference between display and visibility property of CSS

0 Answers   PCS, Prithvi,


Explain about appdomains?

0 Answers  


What is cache coherency? : Dot net architecture

0 Answers  


Explain the purpose of cache? How is it used? : Dot net architecture

0 Answers  


How can I write my own .NET host?

0 Answers   HCL,


What are end points, contract, address and bindings?

0 Answers  


When do I need to use gc.keepalive?

0 Answers  


Categories