What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / sunil
keep in mind
client side state management are
1.Cookies
2.ViewState
3.Hidden Variable
4.Query string
Server Side statemanagement
1.Session state
2.Application state
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How you will improve web application performance?
How do I send an email message from my ASP.NET page?
Explain difference between friend and protected friend?
How many ways are there to maintain a state in .net? What is view state?
Describe session handling in a webfarm?
What is the difference between dynamic SGA and static SGA?
Is viewstate enabled by default?
How do we assign page-specific attributes?
What can we do with asp.net?
What is a web based system?
What are url fragments?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What are the differences between primary foreign and unique keys?
Can we use html in asp.net?
What is the difference between response.redirect and server.transfer?