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
Explain the use of dataadapter.
To add a hyperlink column to the DataGrid which tag is used ?
Which is an advantage of application service providers?
What are the session management techniques asp net?
Can I stream live content/events?
How many web.config files can I have in an application?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Define secured sockets layer.
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How can you apply a theme to your asp.net application?
What are the navigation ways between pages available in ASP.NET?
Which protocol is used in a web api?
Explain the working of passport authentication.
Explain the difference between asp & asp.net.
What is meant by web application?