Which control should I use to show post records from my database in ASP.NET?
On my project page I would like to show recently featured projects. The number of projects can vary. I’m looking for a control like GridView or something that alter the properties of accordingly to get data from my database.
Below is an image of what I would like my page to look like:

I have been told to use asp:ListView but I don’t know how to use it. Is this the right solution for my problem?
You could use a GridView Class
Or a Repeater Class