Answer Posted / sanjeev
we have maintain state in two different ways.
client side and serverside.
client side:
1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.
5.Hidden Frames
6.control field
serverside:
1.Session
2.Application
3.Database and cache.
4.profiles
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is autopostback in asp net?
What is Web API Routing?
How can I open ashx file in mobile?
What is a session in asp.net?
Explain Life cycle of ASP.NET page when a request is made.
Do I need to have the latest version of windows media player installed?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What are the new login controls in asp.net 2.0?
Explain the components of web form in asp.net
Define the term Web Garden?
What are the validation controls available in ASP.NET?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is the usage of DelegatingHandler?
How can I have a particular web page in an asp.net application which displays its own error page?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?