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
What are all the various Estimation Techniques available ?
What is a proxy in web service?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Which method do you use to enforce garbage collection in .net?
Can asp.net work on an nt server?
How can we make sure that Web API returns JSON data only?
What is view state management in asp net?
Less than one page, how many windows will you be able to maintain?
What is the difference between web config and machine config files?
What is a server cookie?
What does asp stand for in asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is session state server?
Define static function?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?