have a form with a TabControl with two TabPages and a TextBox control on
each TabPage. Each of the TextBoxes are bound to a datasource like
TextBox1.DataBindings.Add("Text", MyObject, "FirstName"). The problem is
that the binding of the TextBox on the *second* TabPage is not active
immediately (IsBinding = False), it only becomes active once the second
TabPage is clicked?? This means that if I have a button on the form that
does a MsgBox(TextBox2.Text) the Text is nothing until I click on the second
TabPage.

Any help on this question would be appreciated!

Thanks,

Thomas