I need to know if it is possible to dynamically bind a textbox residing within a datarepeater to a 'dynamically' created BindingSource. I am using VB.net. The database I am using is a MySQL database.
I have to use the connection dynamicly due to the fact that the database my not permanently reside on the same server.
[edit]
ok, so it seams that i am a dolt when asking questions. The app that i am making is not web based. it is a simple (i hope) app that connects to a MySQL database, accesses a table so i can edit/view it. Current setup is using the Add DataSource wizard. I have successfully connected to the dbase dynamicly using the mysql connector dll but without the textboxes set at design time to a datasource, i am unsure on how to 'link' them via the datarepeater.