What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / haider zaidi
State Management is the process by which the state and
information of a page can be maintained over multiple requests.
ASP.NET provides several techniques to maintain the state of
the information.
1.Client Side Management.
2.Server Side Management.
1.Client Side Management:
a) Cookies b) Hidden Variable
c) View State d) Query String
2.Server Side Management
a) Sessions
b) Application State
c) Database
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any limit for query string? Means what is the maximum size?
Which methods validate all the controls on a page?
What are the new features implemented in ASP.NET?
Which is better viewstate or session?
What are the differnt types of handler in ASP.NET?
how to write html code with ssl
Give 2 examples for scenarios when routing is not applied?
What is session management in web application?
What is mta?
What are sessions and cookies?
What are user controls?
Give a few examples of page life cycle events.
Explain how do you deploy your asp.net application?
What are validator? How do you disable them?
To bind columns manually which tags do you need to add within the asp:datagrid ?