Loop through records and display on page

Hi,

I am new in ASP.net. I have a website written in Classic ASP which I want to convert to ASP.net.

I am working on a page that display list of properties along with Listing Id, Title, Price & Picture (Website Url: http://demo.irealtysolution.net/).

In ASP.net how do I write the code that display properties as listed in the website above?

The best way would probably to use an asp:Repeater control and bind your data to that with either a List<T> or some other datasource you may have. Do you have any code samples that show your datasource?