Wrox Home  
Search P2P Archive for: Go

  Return to Index  

application_development thread: ListBox Controls using .Net IDE


Message #1 by "gary liptak" <gary_liptak@y...> on Thu, 13 Dec 2001 03:57:18
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...

  Return to Index