I tried to use a list box to display two columns from an sql statement .. problem was I am unable to view one column.

So .. after hunting for solutions I found that maybe I should be using a list view. With that, do I need to walk through the data table and load the listview object or do I bind the listview object to the datatable. I could not find any good examples of either.

If someone sould point me in the right direction that would be great.

Thanks.