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 |
wild card character in sql ?
what is the shortcut key for toolbox and add existing item?
How does .net remoting work?
can u give me real example of how web.config overrides the machine.config file?
Explain the purpose of cache? How is it used? : .NET Architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Explain about cookie less session state? : .NET Architecture
.net platform independent or dependent?
What are different types that a variable can be defined and their scopes ?
what is tracing? Where it used?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How can implement drag and drop using atlas?