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 |
Explain about cookie less session state? : .NET Architecture
There are so many languages are already existing for developing application.Then what is the need of .net.
which class library is used to find unique key?
Explain .net mobile automatic paging? : Microsoft dot net mobile
define cache memory? : Dot net architecture
Explain the types of memory management? : Dot net architecture
Can I create my own context attributes?
What is the access level of the visibility type internal?
How does an appdomain get created?
What are public and private assemblies ?
How will you do windows authentication and what is the namespace?
Explain about appdomains?