Answer Posted / sachin ambare
You can use
Session.RemoveAll()
Session.Clear()
Session.Abandon()
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What’s the use of “GLOBAL.ASAX” file?
explain code with datachaching with example
Why will you usually create an aspnet user account in the database for an asp.net web application?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is the difference between CC and BCC?
Which adapter should you use, if you want to get the data from an access database?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is GAC in ASP.NET 2.0
Can a .net web application consume java web service?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the Difference between MVC And MVP design pattrens
What is http pipeline in asp.net?
Explain weak typing and strong typing.
Explain how asp.net page works?
How long the items in ViewState exists?