You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Loops within Loops: Coding an ASP-based Bulletin Board ASP / Scripts
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code.