Using C#.NET
I have a multi-column, multi-row listbox.
I am reading data from a databse using a .Reader
An SQL Select pulls all the columns from the table, 10 of them, with 100
rows.
When reading the first record, all is fine all the columns from the table
are returned.
When adding the first column of data from the database all is ok.
When attempting to add the second column, "INDEX OUT OF RANGE"
No where does it tell me how LARGE or how many ROWS are in the listbox.
A dropdown list tells how many are in the list.
Any suggestions?
gary liptak
gary_liptak@y...