Answer Posted / navaneetha krishnan
we have maintain state in two different ways.
client side and serverside.
client side:
1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.
serverside:
1.Session
2.Application
3.Database and cache.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is voluum?
What is the difference between adding reference in solution explorer and adding references by using ?
Is viewstate secure?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is caching? Explain.
Why does my asp.net file have multiple tag with runat=server?
What is the difference between web.config and machine.config in ASP.NET?
Which object wraps the state or data of a user?
Can you clarified A Web service can only be written in .NET or not?
What is the parent class of all web server control?
What is a Cookie? Where is it used in ASP.NET?
If 200 is for all successful operation then why do we have 201 response codes?
What is the difference between pathparam and queryparam?
What are the asp.net list controls and difference between them?
Can I read the hard disk serial # of the client computer using asp.net?