Browse a Listing
Top > ASP > Tips and Tutorials > Discussion Boards
Popular Tags
Free Script links
In part II of our membership and personalization series, we are going to enhance the membership database introduced in our first article with a flexible discussion forum built using SQL Server and ASP. By the end of this article, you will have the knowledge and scripts necessary to add multiple forums to your web-site.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Webmaster Note: 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.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR