Hi,
Does somebody know about this problem :
I have two textbox controls witch I want to bind to my datasource (this contains only one row). I can edit the record (with beginEdit and EndEdit), but when I post 'rejectchanges' to the dataset the binding doesn't seem to affect the changes back to my textboxes.
PS : When is the best time for setting BeginEdit. Do I have to set this in every Onclick event of my textboxes ?
Thanks
Does somebody know about this problem :
I have two textbox controls witch I want to bind to my datasource (this contains only one row). I can edit the record (with beginEdit and EndEdit), but when I post 'rejectchanges' to the dataset the binding doesn't seem to affect the changes back to my textboxes.
PS : When is the best time for setting BeginEdit. Do I have to set this in every Onclick event of my textboxes ?
Thanks