Hi,
In my code behind page, how do I access the connection string which is stored in my web.config file?
C# .net Visual Studio 2008.
Thanks, R.
Hi,
In my code behind page, how do I access the connection string which is stored in my web.config file?
C# .net Visual Studio 2008.
Thanks, R.
System.Configuration.ConfigurationManager.ConnectionStrings["YouConnStringName"].ConnectionString;