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 are the exceptions?
Exceptions represent a breach of an implicit assumption made within code. For example, if your code tries to access a file that is assumed to exist, but the file is missing, an exception would be thrown. However, if your code does not assume that the file exists and checks for its presence first, this scenario would not necessarily generate an exception.

Exceptions are not necessarily errors. Whether or not an exception represents an error is determined by the application in which the exception occurred. An exception that is thrown when a file is not found may be considered an error in one scenario, but may not represent an error.

How do I create a constant that is an array?
What is a connection pool?
How to retrieve value of a field in a dataset?
Can you edit data in the Repeater control?
Which service in the CLR allocates the memory on the managed heap for an object in ASP.Net?
What is the difference between Windows Authentication and Sql Server Authentication in ASP.Net?
What is System.Net.Mail?
How do you turn off cookies for one page in your site?
What is logging?
Can I run my .Net Application without .Net Framework?