How to kill more than one session variables at a time
Answer Posted / ravikumar
Session.Abandon();
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
What is the difference between the asp and asp.net?
Distinguish between Server-side and Client-side code?
Can you explain one critical mapping? Performance issue which one is better?
Describe state management in asp.net?
Explain what are delegates?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What are the new data controls in asp.net 2.0?
What is difference between session and cookies?
How could you modify xaml content from javascript?
What are the types of caching in asp.net?
Explain about solution explorer window?
Explain method to handle error using HttpError in Web API?
What are the types of validation in asp net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?