Get all bound controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have DataSet and I have some controls which are bound to it. I'm using
windows form. How can I find all the controls bound to this DataSet.
 
itterate through form.controls

each control has databindings collections

hth
sam
 
But what about controls on different forms?

Sam Martin said:
itterate through form.controls

each control has databindings collections

hth
sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top