J
John A Grandy
If a SQLDataSource add the following to my web.config file, how to I
programmatically extract the connection string:
<configuration>
<appSettings/>
<connectionStrings>
<add name="GUIDBConnectionString" connectionString="Data
Source=(local);Initial Catalog=GUI;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
programmatically extract the connection string:
<configuration>
<appSettings/>
<connectionStrings>
<add name="GUIDBConnectionString" connectionString="Data
Source=(local);Initial Catalog=GUI;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>