Merge method for multiple datasets

  • Thread starter Thread starter Chumley Walrus
  • Start date Start date
C

Chumley Walrus

If I have as many as 7 different datasets I want to use, is it possible
to merge 7 different datasets with the Merge method for just one
datagrid?
thanx
chumley
 
You can add all the tables from 7 (or more) datasets to just one dataset and
bind it with a datagrid.

irfan Afzal
(e-mail address removed)
 
Back
Top