dashley
Well-known member
I have a bound datagridview (DGV) listing 3 col's of data from my datasource. On the same form I have multple bound Textboxes bound to the same dataset. When I click on a different row on my DGV the textboxes change to refelct the correct information based on the selected datagridview row. IF I update a row cell on the DGV and click my save button all goes well and the DGV updates the dataset just fine.
If I change the text in tha textbox and click save the Textboxdata stays changed and the DGV is changed but my Datbase isn't updataing unless I go over to the DGV after changing the textbox and change the DGV to a different row.
I've searced for the answer but cant find any information on this problem.
Any Ideas?
Thanks
If I change the text in tha textbox and click save the Textboxdata stays changed and the DGV is changed but my Datbase isn't updataing unless I go over to the DGV after changing the textbox and change the DGV to a different row.
I've searced for the answer but cant find any information on this problem.
Any Ideas?
Thanks