What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / shobha
State management in ASP.Net
we can maintain state in ASP.Net in two ways.
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 ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are query strings used for?
What is voluum?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is the life cycle of an asp.net page?
Why cyclomatic complexity is important?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How to use ipostback?
What is form method?
How do u deploy your asp.net application?
Explain the boxing and unboxing concept in .net?
How does the cookies work in asp.net?
In which event are the controls fully loaded?
What are the advantages of passport authentication?
What is custom events? How to create it?
WSDL means?