Hi guys,
I am having a problem
Private Sub dgIncome_Leave( sender, e)
' To save the changes back to dataset
dgIncome.Update ()
ds1.Tables("Inc ome").acceptcha nges()
ds1.writexml("c :\n.xml")
dgIncome.Dataso urce = ds1.Tables("Inc ome")
End Sub
Can anyone help me with this...my changes in datagrid are not reflected back to dataset...pleas e...