Here's the skinny:
I am making a user control that I want other controls (textbox,
combobox, etc...) to be able to bind to. When I add the user control to a
form and go to the (Databindings) property, I cannot see my user control.
However, I can see the datasets and dataviews I also have on the form. How
can I get the form control to bind to my user control (it has to be able to see it in the (Databindings) property of the control)?
I am making a user control that I want other controls (textbox,
combobox, etc...) to be able to bind to. When I add the user control to a
form and go to the (Databindings) property, I cannot see my user control.
However, I can see the datasets and dataviews I also have on the form. How
can I get the form control to bind to my user control (it has to be able to see it in the (Databindings) property of the control)?