Hi,
Is there a simple control I can use with ASP.NET to display an unbound list with multiple columns (like the ListView control in VB6.)
It seems that you can use the GridView. but it seems really complicated to populate (with unbound data.)
Can you use the ListBox to do this?
Thanks!