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
About CLR, reflection and assemblies?
What is manifest in .net framework?
What is Partial PostBack in ASP.NET?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What are sessions used for?
Describe Segmentation With Paging?
What is the difference between the get method () and post method ()?
Which class is used to send an email message from an ASP.NET Web page?
What is clr? Difference between clr & cts?
What is the difference between mechine.config and web.config?
What does clearing cache?
Why do we use sessions?
How can you ensure a permanent cookie?
What is css and what is it used for?
Who generates session id?