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
What is viewstategenerator?
What is an example of an application service provider?
What is the difference between Session and response.Redirect?
What is app_code folder in asp net?
What is aspect-oriented programming?
Any disadvantages in Dataset and in reflection ?
What does mean by a neutral culture?
Explain the difference between asp & asp.net.
i want the asp.net technical questions and answeres
What is the difference between mechine.config and web.config?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Why do we need master page in asp.net?
How can we identify that the Page is Post Back?
What is the difference between system.stringbuilder and system.string
What are demand-paging and pre-paging?