Hi, Is there a control in ASP.Net that I can use to display a grid of images ?
I want to display images which paths are stored in a database. The user should be able to view up to 20 thumbnail images at a time (5 rows * 4 columns) and be able to go to next 20 records and previous 20 records. My problem is I don't know which control I can use to achieve this sort of layout. A Datagrid or DataRepeater don't seem to be appropriate. thanks
