Tell something about state management in asp.net?
Answer Posted / elumalai.k
SERVER SIDE:
1.APPLICATION
2.CACHE
3.SESSION
4.CONTEXT
5.DATABASE
CLIENT SIDE:
1.VIEW STATE
2.COOKIES
3.HIDDEN VARIABLES
4.QUERY STRING
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
what are the ihttphandler and ihttphandlerfactory interfaces ?
Explain the difference between the web config and machine config.
What is the procedure to create the environment for asp.net? : asp.net mvc
What are query strings used for?
What is http request and response?
How does asp page work?
What is ASLM?
What is page request in asp.net?
Explain client-side scripting?
What is cross page posting? How is it done?
What are the 3 types of web?
Can you explain page lifecycle in net?
Can I stream live content/events?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What do you mean by serialize and marshalbyref?