Hi,

I'm currently creating as forum using ASP.Net - VB
I have managed to produce the multiple forums, and the threads,

but its when you go into the threads, and you get the main post, then the replies.

I have used a datagrid to show all the information such as Avatar, poster details, message etc,

but I am not sure hwo I get the replies into the datagrid, I have selected all the reply data in my SQL statement so all the fields are ready to insert.

The problem is that if I put the the data into the Datagrid it wont show the information as another row?
so any ideas how I can do this?

Thanks,