What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / krupali
state management is the art of retaining information between
requests.
There are two types of statemanagement options in .net?
1)client side state management.
2)Server side state management.
In client side state management.
1)view state
2)query string
3)custom cookies
In server side state management.
1)Session state.
2)application state.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
List down the sequence of methods called during the page load.
What is the procedure to create the environment for asp.net? : asp.net mvc
How can you identify that the page is post back?
What is data cache in sql server?
Explain parts of assembly?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Mention few asp.net validators.
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What are the advantages of using Master Pages?
What is query string?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is the difference between user control an custom control?
What is a server farm in iis?
What are server activated objects?
How can we inherit a static variable?