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
What is Web API?
What is the difference between ASP Session State and ASP.Net Session State?
What are the three parts of an http response?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the session variables?
Why session is more secure than cookies?
Explain difference between dataset and datareader?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is Cookies Less Session?
How can you apply a theme to your asp.net application?
Explain what is viewstate?
Which control has default post back is enabled(true)?
What are web beacons used for?
What is the typical session identifier?
What are custom user controls in asp.net?