friend of mine asked an interested quesiton i couldn't answer. so now im' here.
he bound a textbox to a dataset when the textbox loses focus the dataset will not update. bottom line. the textbox will not update the dataset.
Printable View
friend of mine asked an interested quesiton i couldn't answer. so now im' here.
he bound a textbox to a dataset when the textbox loses focus the dataset will not update. bottom line. the textbox will not update the dataset.
What so you mean by dataset will not update? Are you adding a record to the textbox??
the rowstate property for each row in the dataset is not being modified until you move onto the next row. what if i only have one record. how would i get that to update?
Call the EndEdit method of the DataBindingManager or whatever its called.