J
Joe
can someone help me with this code
(1) daNewEmployer.Fill(DsNewEmployer)
(2) daNewEmployee.Fill(DsNewEmployer)
(3)bmbEmployer = BindingContext(DsNewEmployer, "Employer")
I am trying to fill a the bindingmanagerbase with two
tables in the third line of code. However, it only takes
two arguments, the dataset "DsNewEmployer" and the
table "Employer". I need to add the "Employee" table to
the same data set i.e. "DsNewEmployer". Can some one help
me.Thanks in advance
(1) daNewEmployer.Fill(DsNewEmployer)
(2) daNewEmployee.Fill(DsNewEmployer)
(3)bmbEmployer = BindingContext(DsNewEmployer, "Employer")
I am trying to fill a the bindingmanagerbase with two
tables in the third line of code. However, it only takes
two arguments, the dataset "DsNewEmployer" and the
table "Employer". I need to add the "Employee" table to
the same data set i.e. "DsNewEmployer". Can some one help
me.Thanks in advance