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 difference between viewstate and session state in javascript?
In which event of page cycle is the viewstate available?
Where are session variables stored?
What is difference between datalist and gridview?
What is Pre-Render event in ASP.NET?
Define page output caching?
Explain the difference between sql invalidation and sql notification.
What is cached data phone?
Demonstrate Render and PreRender?
What are the new web part controls in asp.net 2.0 ?
Where would you use an ihttpmodule, and what are the limitations if any?
Difference between using directive vs using statement?
Explain the difference between debug.write and trace.write?
How can we Validate a Controls in ASP.NET page using JavaScript?
To wrap up a call to a Web service the standard used is..?