T
touf
Hi,
In a local application, I have a form that contains some controls bound to a
datatable (of a dataset).
My problem is that the binding is lost sometime, my datatable contains 1 row
but I don't see any information in the controls, however if I save
(dataadpter.update(dataset)), and reopen the form I can see the information.
this is hapenning when I create a new row, then clear the datatable then add
this new row...
I've found this problem today, it was working fine before??!!!
Any idea about the cause of this problem?
thanks.
In a local application, I have a form that contains some controls bound to a
datatable (of a dataset).
My problem is that the binding is lost sometime, my datatable contains 1 row
but I don't see any information in the controls, however if I save
(dataadpter.update(dataset)), and reopen the form I can see the information.
this is hapenning when I create a new row, then clear the datatable then add
this new row...
I've found this problem today, it was working fine before??!!!
Any idea about the cause of this problem?
thanks.