How to kill more than one session variables at a time
Answer Posted / loka
By using Session.clear() or Sesision.RemoveAll() methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Contrast OOP and SOA. What are tenets of each ?
What is the typical session identifier?
Which is an advantage of application service providers?
How dataadapter.fill works?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Where do the cookie state and session state information be stored?
Explain method to handle error using HttpError in Web API?
Which method is used to enforce garbage collection in .net?
What is the difference between custom web user control and a custom web server control?
Can action method static?
What is advantage of asp.net?
What is OSI layer? Explain different layers.
What is the page life cycle in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Differentiate between a hyperlink control and a linkbutton control.