How can u manage state ?
Answers were Sorted based on User's Feedback
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 |
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 |
Name some changes done since version 3.0?
What are end points, contract, address and bindings?
How do we do authentications using atlas?
how to minimize,maximize and restore my form programmatically?
1 Answers Interlac, Six Sigma,
Explain domestic architecture artifacts? : .NET Architecture
any one can explain about projectarchitecture and project approach briefly
2. What type of code (server or client) is found in a Code-Behind class?
server.transfer limitation ?
What is a service contract, operation contract and data contract?
How do I stop a thread?
difference between Response.write,server.transfer and also which one is used when ?
difference between data reader and dataset