Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataBinding problem

Status
Not open for further replies.

MaxZak

Programmer
Oct 5, 2001
116
IT
I have some problems with databindings in textboxes:
- I've bound the "Text" property to a specific field of a dataTable, and I'm
able to read the correct calue
- When I change the value from the UI, I'm able to save the DataRow (with
"AcceptChanges")
- When I change the "Text" property from code, the field isn't saved (it
saves all the fields that have been modified from the UI or that have
received the focus, but there is no code in the "Validating", "Validated",
etc. events)

Do I have to modify the datarow instead of the "Text" property?
Isn't it the same as typing into the textbox?

Thanks
Max
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top