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 the Connection Object in ADO.Net?

It establishes connection.
The connection helps identify the data base server, the data base name, user name, password, and other parameters that are required for connecting to the data base.

Example:
SqlConnection conn = new SqlConnection( "Data Source=(local);Initial Catalog=Northwind;Integrated Security=SSPI");

What is the SortedList Object
Can I share session state between web applications (i.e. "virtual directories" or "applications" in IIS)?
How do you define the lease of the object?
How to find out which browser I am using in ASP.Net?
What is "Validation of viewstate MAC failed" error?
How come Response.Redirect and Server.Transfer is not working in Session_End?
How do you define the lease of the object?
Which template you must provide in order to display data in the Repeater control?
What is Locale ?
What is garbage collection?