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
What does a switch do?
What are user controls?
Write code to send e-mail from an asp.net application?
What is the purpose of url encoding?
What websites use asp.net?
In which event of page cycle is the viewstate available?
How does the cookies work in asp.net?
What is state management techniques in asp.net?
What is the use of the tag in the web.config file?
What is application and session in asp.net?
Why cyclomatic complexity is important?
How you can manage the state of application at the server side in ASP.NET?
Which protocol is used to call web service?
Why SessionID changes in every request in asp.net?
What are the differences between primary foreign and unique keys?