How to kill more than one session variables at a time
Answer Posted / shiva
Session.Abandon() not only kills the current session, it
also removes all the session variables
Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What are client activated objects and server activated objects?
Is react a template engine?
Explain asp.net mvc request life cycle? : asp.net mvc
Why do we need a web application session?
How would you implement inheritance using c#?
Why is xap important?
What is datagrid asp.net?
What is the difference between adding reference in solution explorer and adding references by using ?
What is the use of express session?
How does ASP.NET framework maps client side events to Server side events.?
What is the use of web.config and machine.config files?
How will you load dynamic assembly?
What is active web pages?
how to retrieve property settings from xml .config file.
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?