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
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Can I read the hard disk serial # of the client computer using asp.net?
how to retrieve property settings from xml .config file.
Name some asp objects?
Which object wraps the state or data of a user?
How would you turn off cookies on a page of a website?
How many types of sessions in asp.net?
What is the default authentication mode for asp.net?
What are the new features implemented in ASP.NET?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain server-side scripting?
What is a uri query?
What is asp.net localization?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How does asp.net page work?