Do you remember the good old days of classic ASP when you had to create the HTML table by hand? Later ASP.NET 1.X introduced the Datagrid control which made our job much easier. Few years ago ASP.NET 2.0 was released and a new GridView control took over the classic Datagrid control. GridView ruled for few years but now there is a new grid in town which is the ListView control. In this article we will learn how to display data using the ListView control.
Go to the complete details ...