Group: StrataFrame Users
Posts: 50,
Visits: 163
|
I have this defined in the Global.asax in Application_Start method:
DataLayer.DataSources.Add(new SqlDataSourceItem("", "server=111.111.111.111;User ID=xxxxxxxx;Password=xxxxxxxx;database=XXXdata"));
My question is how do I access this connection string value if required in a form within the web application.
|