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
What are the 3 levels at which content pages can be attached to Master Page?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How you can add an event handler?
how to include timer or counting time to display next page in asp.net
Explain about secure socket layer?
what is a .xap file? Explain with an example.
What are httphandlers and httpmodules and difference between them?
What are the uses of list view control in Asp.net?
To add a hyperlink column to the DataGrid which tag is used ?
Describe Segmentation With Paging?
How can you register a custom server control to a web page?
How asynchronous call can be implemented using delegates?
Why and where this web.config file is used?
Can I tap into other windows livetm services?
What is base class of .net?