R
Rob Dob
Hi,
I have a tabcontrol with several tabs, each tab contains a datagridview
control, and displays data from the same dataset, the only difference being
the "where" clause of the select statement. As the user changes the value
of a particular field the record will move from tab to tab, based upon the
where condition. As each records criteria changes the record will leave one
datagridview control and become part of the other one. Currently I am
accomplishing this by: Using the Fill method of the DataAdapter that is
bound to the two BindingSource's ( the one from where the record was updated
and the other to where the record will be moving to )
Is there a better way to accomplishing this?
thanks
I have a tabcontrol with several tabs, each tab contains a datagridview
control, and displays data from the same dataset, the only difference being
the "where" clause of the select statement. As the user changes the value
of a particular field the record will move from tab to tab, based upon the
where condition. As each records criteria changes the record will leave one
datagridview control and become part of the other one. Currently I am
accomplishing this by: Using the Fill method of the DataAdapter that is
bound to the two BindingSource's ( the one from where the record was updated
and the other to where the record will be moving to )
Is there a better way to accomplishing this?
thanks