Explain the different types of session state management options available with asp.net?
No Answer is Posted For this Question
Be the First to Post Answer
What is msmq? What is n-tier system?
Explain the post and get method or explain the difference between them?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
What is use of asp?
Any one tell me what GOOGLE GEARS and how to use it ?
What are Scripting Objects?
What does aspx stand for?
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
Name at least two methods of response object other than Transfer.
Why .Net Does not Support multiple inheritance?
How do you make it so that code runs when the security system is stopping it?
Where will you code OPTION EXPLICIT in an ASP application? WHY?