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
Why cyclomatic complexity is important?
Explain the difference between debug.write and trace.write?
Explain the boxing and unboxing concept in .net?
How is session id generated?
How to set the pane area to transparent of a scrollPane component.?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How does ASP.NET framework maps client side events to Server side events.?
What is the difference between c# and .net?
How can you dynamically add user controls to a page?
What is the difference between CLICK and MOUSE DOWN Event ?
Why asp.net is used?
What are the Types of object in asp
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
To redirect the user to another page which method do we use without performing a round trip to the client?