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 |
What are the different pipelining hazards? : Dot net architecture
readonly syntax ?
what is meant by language interoperability and language integration?
Explain COM with example?
How can implement drag and drop using atlas?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What do you know about machine.config file ?
What is the difference between machine config vs. Web config : Dot net architecture
What is a virtual memory? : .NET Architecture
How to call .NET Web service from Java Appl. & Why ?
State and explain about microsoft.net?
Explain cache memory? : Dot net architecture