2
Answers

How to Change database connection at runtime in a Windows Forms application

Photo of Samio

Samio

13y
2.4k
1
How to Change database connection at runtime in a Windows Forms application ?

Thank you

Answers (2)

0
Photo of kovan
NA 636 0 20y
try looping through this.Controls and use a if statement to filter out what type of control you want. i assume u are adding the controls to the parent as u create them