Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is Hashtable in ASP.Net?
The Hashtable object contains items in key/value pairs. The keys are used as indexes, and very quick searches can be made for values by searching through their keys.

Items are added to the Hashtable with the Add() method.

What method do you use to explicitly kill a users session in ASP.Net?
What is a strong name key file?
Where are the ASP.Net configuration files stored?
Can I avoid using the garbage collected heap?
What is the Connection Object in ADO.Net?
What is the difference between System Exceptions and Application Exceptions?
How to prevent a Button from validating its form?
What is SingleCall activation mode used for?
How to programmatically set the width of the textbox control?
How come Response.Redirect and Server.Transfer is not working in Session_End?