I have text boxes bound to the the dataset on a form. I also have a datagrid. From the datagrid, I'm able to right changes back to the database table using the update method of the the dataadapter. I want to be able to do the same with text boxes bound to the dataset i.e. update database table using the update method of the dataadepter from the changes made at the text boxes bound to the dataset. The program brings no error at all but the table is not updated. Can anybody help???