?
=?iso-8859-1?q?f=E9rnas_-_Brasil?=
Hello all,
I have a datarow that doesn't belongs to any datatable... this
dataRows was created this way:
DataRow dro = new DataRow();
then, I made a binding between some textboxes of the form and
datacolumns of this datarow...
I made the bindings on the form's load... when the form load's and
there is some value in the datarow, the binding works fine and the
textbox assumes the value of the datacolumn specified... The problem
is that when, after the form's load, I change the values of this
dataRow, the textbox doesn't refresh....
I tried using the "datarow".AcceptChanges(), but it returns a erros
telling me that the datarow isn't in a datatable (and it really
isn't).
is there anyway to make it works??
thanks
I have a datarow that doesn't belongs to any datatable... this
dataRows was created this way:
DataRow dro = new DataRow();
then, I made a binding between some textboxes of the form and
datacolumns of this datarow...
I made the bindings on the form's load... when the form load's and
there is some value in the datarow, the binding works fine and the
textbox assumes the value of the datacolumn specified... The problem
is that when, after the form's load, I change the values of this
dataRow, the textbox doesn't refresh....
I tried using the "datarow".AcceptChanges(), but it returns a erros
telling me that the datarow isn't in a datatable (and it really
isn't).
is there anyway to make it works??
thanks