Hello,
You can also use a data list or a datagrid as mentioned above. How many fields do you want to show, and do you have any specific format to show them in?
To reference data set records, you have to reference them at the data table level, as such:
ds1.Tables(0).Rows <- the records in the data set
Brian
|