J
John
Hi
I am using the following code to populate my list box. How can I now have
multiple columns in the list box? At the moment there is only one column
company that's displayed.
Thanks
Regards
Private dv As DataView
dv = New DataView(ds.tblClients)
lstLocate.DataSource = dv
lstLocate.DisplayMember = "Company"
I am using the following code to populate my list box. How can I now have
multiple columns in the list box? At the moment there is only one column
company that's displayed.
Thanks
Regards
Private dv As DataView
dv = New DataView(ds.tblClients)
lstLocate.DataSource = dv
lstLocate.DisplayMember = "Company"