Where can I set the ConnectionString that is referred to in this line of code?
VB Code:
Dim myConnection As New SqlConnection(ConfigurationSettings.AppSettings("ConnectionString"))
Here is original link with full code:
http://authors.aspalliance.com/das/insertimage.html
From this article:
http://aspalliance.com/articleViewer.aspx?aId=138&pId=
Thanks!




Reply With Quote