In a Windows Forms Application, I have about 100 textbox controls databound to specific table columns through a publicly-scoped BindingSource in another class.
I would like to find the specific databound control corresponding to a known data element.
Is there a way to do this more directly through databindings, or do I need to recursively search through all the controls in the external class?
Thanks!
-BGood