Briefly describe different techniques for ASP.NET State
Management?
Answer Posted / kamal sharma
StateManagement are 2 types
1.Client Side Statemanagement
A.View State
B.Query String
C.Hidden Fields
D.Cookies
2.Server side Statemenagement
A.Session
B.Application
C.Cache
d.profile
State management is implemented in order to retain
information about the user requests. Web pages are
stateless. Each request creates new page without retaining
any previous information about the user requests.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the security types in ASP/ASP.NET? Different Authentication modes?
Who can consume WebAPI?
What is form method?
Differentiate the session object and application object?
What is the use of session state and application state and difference between them?
A web service can only be written in .net? State whether true or false.
What is autopostback true?
how to debug web services on consumer side?
What is postback request?
How can we call webservices in Banking Applications? and where we are using it?
What is difference between abstract class and an interface?
What are the different types of validation controls provided in ASP.NET?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What are the differnt types of handler in ASP.NET?
Explain About duration in caching technique