Re: using add key in webconfig file.

From: Paul (anonymous_at_discussions.microsoft.com)
Date: 05/17/04


Date: Mon, 17 May 2004 13:46:07 -0700

Hi thanks for the response. I was not aware of the dynamic properties option in the data adapter properties. Think it is set up correctly now as it was able to detect the Key in the config file and insterted the connection string code in the form
Me.SqlConnection1.ConnectionString = CType(configurationAppSettings.GetValue("dm_con", GetType(System.String)), String). Also preview data now works. Seems as though the developers of .NET have thought of everything. Paul.