Data Grid
I have an app that displays the contents of a dataset in a datagrid after a sub routine is called on it. The subroutine is called by clicking a button. The first time the button is clicked the data displays correctly in the data grid. After subsequent clicks, the data is changed in the dataset but the old results continue to show up in the data grid. Any idea on how I can remedy this?
|