Tell something about state management in asp.net?
Answer Posted / sankar
We know that Web pages are stateless that means they didn't know weather same user sending requests or other so to maintain state of web pages asp.net provides state managemant.
Client side:
1)Cookies
2)Query String
3)View State
4)Hidden Fields
Server side:
1)Session State
2)Application State
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find last error which occurred?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is the page life cycle in asp.net?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is postback and autopostback in asp.net?
What are cao and sao.
What is difference between URL and URI?
Where do the cookie state and session state information be stored?
What is parse in asp.net?
Which of the following .NET framework supports Web API?
Which is an advantage of application service providers?
What role “#&&” plays in a querysting?
Define static constructor?
What is a pixel url?