Listbox Question
I have 2 columns that I need to return from SQL into a
listbox.
UNIQUEID , FIRSTNAME
FirstList.Items.Add(myRow.ItemArray.GetValue(5).ToString
());
The code above only adds 1 item to a row...
Anyone know how to add 2 entries for every row in the
listbox?
niv
I have 2 columns that I need to return from SQL into a
listbox.
UNIQUEID , FIRSTNAME
FirstList.Items.Add(myRow.ItemArray.GetValue(5).ToString
());
The code above only adds 1 item to a row...
Anyone know how to add 2 entries for every row in the
listbox?
niv