Dynamic Properties Question do I have to use drag drop controls?

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

I am using (trying) dynamic properties to store a database connection.
However, I don't have a connection object on the form. I just do a
OdbcConnection in my code. So I can't use the VS IDE to set up my
Dynamic Properties. Can I still use Dynamic Properties? Or am I
required to set up objects on the form first and use the IDE to create
the appropriate settings and .xml file?

Thanks.
 
Dynamic property are red from the Application / WebApplication config file,
you can always add an config file to you project and use the
System.Configuration.ConfigurationSettings.AppSettings....

to read it.
 
Back
Top