Hi,
I have some bound textboxes and checkboxes on a tab control on a form.
When I first open the form, the controls on any tab pages not showing cannot be refered to. When I click the page they are on, everything is fine. Also, if I click the page they are on then go to another page, I can still refer to their values. It's as if until you use the tab control, you cannot get the values of the bound controls on it's hidden pages.
For example, I have a textbox called txtNotes. When I open the form, the tableadapter is filled and the notes on that record are in the textbox. If I try to refer to them before clicking the tab control, the value is nothing.
This cannot be right, please help!!
I have some bound textboxes and checkboxes on a tab control on a form.
When I first open the form, the controls on any tab pages not showing cannot be refered to. When I click the page they are on, everything is fine. Also, if I click the page they are on then go to another page, I can still refer to their values. It's as if until you use the tab control, you cannot get the values of the bound controls on it's hidden pages.
For example, I have a textbox called txtNotes. When I open the form, the tableadapter is filled and the notes on that record are in the textbox. If I try to refer to them before clicking the tab control, the value is nothing.
This cannot be right, please help!!