1. Is the ListView control on ASP.NET only work with data binding ? 2. If I don't want data binding, do I need to use ListBox instead of ListView ? 3. With ListBox, can I show multiple columns ? Thank you.