I have a DataGrid bind to a database with one Table and one Column (FooTable and FooName). With my following code, I can bind DataGrid to Dat
DataGrid
Dat
Try adding this to the end of your DataSet_Add_Click method
DataSet_Add_Click
dg1.Items.Refresh();