Where do you store connection string ?
Answer Posted / dheeraj
<ConnectionStrings>
add name=""
ConnectionString="datasource="servername";catalog="database
name";
<ConnectionStrings>
and that code is to written under web.config file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why edit is not possible in repeater?
What we do with the object of ado.net dataset after using it?
What is DataReader Object?
Some important instruction regarding ADO.NET connection string ?
Which object of ado contains datarow datacolumn collection?
What are the ado.net objects?
How many major types of connection objects in ADO.NET?
What are dataproviders?
What are the main differences between classic ado and ado.net?
How to perform sorting on a table in ADO.NET?
What is the role of the dataset object in ado.net?
What is the difference between statement and preparedstatement interface?
describe the dataset object in ado.net.
How can we add/remove row's in "datatable" object of "dataset"?
Which method is used to sort the data in ADO.Net?