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
explain code with multi inhertance
List some of the important session state modes of asp.net.
What is asp.net master page?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is the file extension of web service?
What is meant by server side scripting?
What are the different types of sessions in asp.net?
Why should i prefer JSP over asp.net or any other web development language..??
What is page fragment caching?
What is the difference between the get method () and post method ()?
What is the application pool?
What is a session government?
What can you do with asp.net?
What is authentication in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#