C
Cat
If you have a datagrid with an underlying dataset and rows are added to the
dataset during a program run, how do you get the datagrid to update itself
to repflect the changes in the underlying dataset? I've tried Update() and
Refresh() but these don't seem to work. Only thing that works is rebinding
the datset to the datagrid control, but this doesn't seem to be quite right.
Cat
dataset during a program run, how do you get the datagrid to update itself
to repflect the changes in the underlying dataset? I've tried Update() and
Refresh() but these don't seem to work. Only thing that works is rebinding
the datset to the datagrid control, but this doesn't seem to be quite right.
Cat