Hi,
I have a comboBox on the form. Based on it's value I retrieve a new dataset from the database. All the other fields on the form are bound to this dataset. Everything works fine. Until the new dataset that I retrieve has fewer number of rows than the old dataset (I am recreating the dataset everytime. Just to ensure this I have also invoked Dataset.Clear()). I do not understand why the form controls show values for controls that are not present in the dataset. I have refreshed the currency manager...I have tried almost everything I could think of short of recreating the databindings. If any body out there has faced this probelm or has any suggestion please send me a note. Thanks for all the help.