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
Define a web service in .net?
Describe Segmentation With Paging?
Explain the overview of asp.net?
How to use ipostback?
What is the difference between Classic ASP and ASP.Net?
Why viewstate is used in asp.net?
How can you handle unmanaged code exceptions in asp.net?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is query string in asp.net?
What is the web.config file in asp?
How do I send an email message from my ASP.NET page?
Explain asp.net web forms.
Explain how cookies work.
Explain the components of web form in asp.net
Explain the difference between Repeater and Data list control in ASP.NET?