G
Guest
Hi
I want to populate a ListBox.Datasource with the results from my Dataset
What I have so far is my dataset
dataset.Tables("dataSetName") and that equates to say 4 fields (last name, first name, mid, i.d.
I know I can populate a datagrid, but, I'd like to do the same in a list box. So, I did the following
listBoxName.datasource = dataset.tables("DataSetName")
Which produces "system.dat.datarowview" for each row in the dataset..
Any advice on populating the listbox with "real" data
Thanks in advance
mar
I want to populate a ListBox.Datasource with the results from my Dataset
What I have so far is my dataset
dataset.Tables("dataSetName") and that equates to say 4 fields (last name, first name, mid, i.d.
I know I can populate a datagrid, but, I'd like to do the same in a list box. So, I did the following
listBoxName.datasource = dataset.tables("DataSetName")
Which produces "system.dat.datarowview" for each row in the dataset..
Any advice on populating the listbox with "real" data
Thanks in advance
mar