What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / sapna
In .net state management means request send by the client
can remember state of the previous request means
maintaining the state of the request.
The ways to maintain the state in asp.net are
server side state management like
1)session management
2)application
client side state management like
1)cookies
2)Hidden fields
Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
Describe the Server Control Events of ASP.NET?
Explain the concept of MVC Scaffolding?
How to turn off cookies for a page?
What are session cookies?
What is strong-typing versus weak-typing?
Write the different features of a Thread and a Process?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What is viewstate in asp net with example?
What is the maximum timeout we can set for Cookies?
How many types of Cookies are available in ASP.NET?
What is recordset asp?
Can we set which type of comparison we want to perform by the CompareValidator control?
Is asp.net is a programming language?
What is the use of placeholder control?
What is the difference between system.stringbuilder and system.string