State management in asp.net ?

Answer Posted / manish singh(amalga fusion)

you can maintain client side state managment in following
way
1 view state
2 query string
3 hidden field
4 cookies
5 Hidden frames

you can maintain server side managment in following way
1 Application
2 Session
3 i think using cache object also but not sure.

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you register a custom server control to a web page?

548


How does exception management works in ASP.NET?

619


Define xmlreader class.

577


How to disable disable browser's Back button in asp.net (JavaScript)?

570


What is a form tag?

510






Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

538


Where sessions are stored in asp.net?

540


Explain the difference between server control and html control.

478


What is bound controls

589


What are the asp.net list controls and difference between them?

520


Explain file-based dependency and key-based dependency.

573


Define asp.net caching?

538


What is class and object in asp.net?

494


How can we register exception filter from the action?

668


Is asp.net mvc front end or backend? : Asp.Net MVC

492