I have a variety of Textboxes that are created dynamically on my form, when they are created databindings are added binding the textbox to a property in my class.
I need to be able to get a reference to the Textbox however I only know the property that textbox is bound to. So is it possible to get a reference to the textbox knowing only the name of the property it's bound to.
I hope I've explained this properly!