Databinding to text boxes with a Data Tier
If it appears that
your text boxes are bound and displaying the correct values, but when you try
to move to the next record the texts boxes do not update then check to see that
you are using the correct binding syntax below.
lblLabel1.DataBindings.Add("text", dsDataSet1, "TableName.FieldName")
The fields can be bound in a
different way and work correctly at the beginning, but they will not be bound
in the correct way for the data manager to work.