W
Wayne Wengert
I have a form with some text boxes. In the form load event I create a data
adapter and a dataset. When I try to write the code to add a binding to the
textbox, the DataBindings option is not there? I thought I needed to write
code like:
txtFirstName.DataBindings.Add("Text", dsMyDataset, "MyTable.FName")
Wayne
adapter and a dataset. When I try to write the code to add a binding to the
textbox, the DataBindings option is not there? I thought I needed to write
code like:
txtFirstName.DataBindings.Add("Text", dsMyDataset, "MyTable.FName")
Wayne