connectionstring

Posts filed under connectionstring

How to Get Connection String from App.config in .Net Application

Filed in Desktop AppTags: , , , , ,

Hello guys, As we know that while interacting our SQL database to our C#.net or VB.net application we need to access the connectionstring of the SQL database. Once we access the connectionstring then we can use this to execute the SQL commands in our coding page. Now the question is when we have multiple forms [...]