Datagridview Refresh Control Problem
-
Hi all, I am not able to refresh the datagridview Control when i click on on callback button the gridview is populated with the callbacks and when i click on another button fresh calls it gives me ffresh cals but the datagridview is appending that data not refreshingg i tried that dataset is nothing Thanks
-
Hi all, I am not able to refresh the datagridview Control when i click on on callback button the gridview is populated with the callbacks and when i click on another button fresh calls it gives me ffresh cals but the datagridview is appending that data not refreshingg i tried that dataset is nothing Thanks
Hi, first of all, you have a Datagridview which is databound(), then you manually add data and after that you click a button. What should this button do? Just refresh() the data in the grid? The grid is attached to a dataset, the dataset should acceptchanges() from the datagridview. ohterwise the original dataset is shown. After the dataset is refreshed, should the added data be stored in the database?