i was wondering, is there a better/easier way of doing the following:

i am trying to create a forum type site using asp.net (vb.net)

it gets information about threads from SQL Server. I can retrieve all the information i need - great

how do i display on one page, for every item retrieved, some graphic (or table) and within that, the title of the thread (given by SQL from the tbale) but also making that a link/hyperlink?

Thanks