G
Guest
Hi,
I'm sure many of you would have done this before. I'm databinding
textboxes, and adding a newrow using,
Dataset.Tables("Name").NewRow and setting the position of the
currencymanager, but this doesn't clear the textboxes, even when I explicitly
clear them.
If I use Currencymanager.Addnew, when I save the row, I don't get the new
values.
I prefer the first method, the only thing I need there is how to clear
the values.
Does anyone have any idea?
Thanks in advance,
Debi
I'm sure many of you would have done this before. I'm databinding
textboxes, and adding a newrow using,
Dataset.Tables("Name").NewRow and setting the position of the
currencymanager, but this doesn't clear the textboxes, even when I explicitly
clear them.
If I use Currencymanager.Addnew, when I save the row, I don't get the new
values.
I prefer the first method, the only thing I need there is how to clear
the values.
Does anyone have any idea?
Thanks in advance,
Debi