form1.commandsTableAdapter.Fill(form1.fixed1DataSet.Commands);

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top