G
Guest
I have a datagrid that is bound to a table within a (disconnected) dataset
using .SetDataBinding. When a stored procedure is run, the underlying table
is changed, so I reset the dataset and re-fill the table, loading in the new
values - and I have verified that it has the new data. I then do the
datagrid.SetDataBinding again, and have even refreshed the datagrid, but the
grid remains unchanged and does not show the new values.
using .SetDataBinding. When a stored procedure is run, the underlying table
is changed, so I reset the dataset and re-fill the table, loading in the new
values - and I have verified that it has the new data. I then do the
datagrid.SetDataBinding again, and have even refreshed the datagrid, but the
grid remains unchanged and does not show the new values.