G
Guest
I am trying to "fill" the dataset form another form. So, after I update some
records from form2, I want to refill (if you will) the dataset on form 1
datagridview. The code below won't work. Any ideas>
form1.commandsTableAdapter.Fill(form1.fixed1DataSet.Commands);
If I use THIS, on form form2, of ocurse that won;t do it.
records from form2, I want to refill (if you will) the dataset on form 1
datagridview. The code below won't work. Any ideas>
form1.commandsTableAdapter.Fill(form1.fixed1DataSet.Commands);
If I use THIS, on form form2, of ocurse that won;t do it.