Types of state management techniques ?
Answer Posted / ravi
two type of state management technique in asp.net:-
1) client side state management
query string
hidden fields
view state
cookies
2) server side state management
session
application
context handler
cache
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the parent class of all web server control?
What is the difference between the response.write() and response.output.write() methods?
What is the appSettings Section in the web.config file?
How does a content page different from a master page?
Explain http handlers? Where we can use the http handlers?
Is asp.net and .net same?
How does asp page work?
Which adapter should you use, if you want to get the data from an access database?
What is & in a url?
Explain the difference between the web config and machine config.
how to include timer or counting time to display next page in asp.net
Explain culture and uiculture values.
What is the difference between sealed vs static class?
How does ASP.NET framework maps client side events to Server side events.?
What is globalization and localization in asp net?