aspx thread: Listview control in ASP.NET
I want to display data in a view somewhat like the ListView control in a VB.NET form. I can't find any suitable control in ASP.NET to display multiple columns of data. The only control I found so far, thats capable of displaying columns, is a datagrid, but it should be a readonly list. Anyone got an idea on what control I can use in ASP.Net?
|





