DataSet RowState Property

Cricket

Active member
Joined
Jan 6, 2005
Messages
28
Location
Hamilton, ON, Canada
Programming Experience
5-10
The RowState property doesn't change to modified until you move off of the row even though I have modified the values within the row through bound controls. The DataAdapter Update method doesn't see the changes and doesn't update the database.

How do you inform the DataSet that the row has been updated immediately after editing some text in a bound control?
 
Back
Top