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
Explain weak typing and strong typing.
What is the parent class of all web server control?
What is runat?
explain code with multi inhertance
What is x xss protection?
How can we prevent browser from caching an aspx page?
What is difference between URL and URI?
Why asp.net is used?
What do you mean by marshalbyref?
What kind of data can be stored in viewstate?
Explain different types of Caching techniques in ASP.NET?
Differentiate between globalization and localization.
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain Optimization technique description?
Which method do you use to enforce garbage collection in .net?