| Author: sajid khan 22 Oct 2009 | Member Level: Silver | Rating: Points: 1 |
You can achieve by declaring a variable and that variable will hold the connection string value. So, just have the connection string as: string connectionString = "Data Source=" + variable +"User ID=aspnet ; Password=aspnet;";
|