What is state management in asp.net and define Client-side
state management and Server-side state management?
Answer Posted / swathi
In the previous posts in this series I introduced the client
side state
management and one of its techniques - the ViewState.
Today I'm going to drill down into the hidden fields technique.
As mentioned in the previous post, the ViewState stores its
state in a hidden field.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where is the view state data stored in asp net?
Describe the method to create a permanent cookie?
What is the use of response redirect in asp.net?
Explain the difference between response.redirect vs server.transfer
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
List down the sequence of methods called during the page load.
What is full trust in asp.net?
What are the main advantages of using asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
How do you declare static variable? What is its lifetime?
What is the differences between a primary key and a unique key in sql server?
How do http sessions work?
What is the difference between dispose() and finalize()?
Explain how can you debug your .net application?
What is a web api endpoint?