What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / k.indumathi
we can maintain state in ASP.Net in two ways.
1.Client Side Management.
2.Server Side Management.
1.Client Side Management
1.View state
2.Control state
3.Hidden fields
4.Cookies
5.Query strings
2.Server Side Management.
1.Application state
2.Session state
3.Profile Properties
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you understand from custom control?
When we use cookie less session? Explain its working?
What is view state and how it works in asp net?
Explain MVC model binders?
What is sql data source control in asp.net?
What is form method?
What is distributed system in asp.net?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the disadvantages of view state?
When cookie will expire?
What is ispostback method in asp.net? Why do we use that?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What events will occur when a page is loaded?
How does session authentication work?
What r the asp.net list controls and diff. Between them?