paulpiscoi
01-14-2004, 03:52 AM
Hello,
This is my problem:
I have a textbox in DataBinding with a field in a dataset.
If I manually change the value in the textbox the databinding works fine, but if I change the textbox.text programmatically (ex. textbox1.text="Hello") then the dataset doesn’t seem to accept the new value. It's like it doesn’t detect the changes made in the textbox.
I am sure this is something very basic.
Thank you,
Paul.
This is my problem:
I have a textbox in DataBinding with a field in a dataset.
If I manually change the value in the textbox the databinding works fine, but if I change the textbox.text programmatically (ex. textbox1.text="Hello") then the dataset doesn’t seem to accept the new value. It's like it doesn’t detect the changes made in the textbox.
I am sure this is something very basic.
Thank you,
Paul.