Which control should I use to show post records from my database in ASP.NET?

REREdiSanto

New Member
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 \[code\]GridView\[/code\] 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:
IsKKk.jpg
I have been told to use \[code\]asp:ListView\[/code\] but I don't know how to use it. Is this the right solution for my problem?
 
Back
Top