Click to See Complete Forum and Search --> : how to create forum in asp.net?


eeccll
02-20-2006, 03:55 AM
does anyone know how to create forum in asp.net?
how many tables we need to create?
is it one table for POSTING the first thread, and another table for REPLYING the thread?
if i implement the forum using 2 tables (one for POST and one for REPLY), can i combine 2 tables when displaying the data to datagrid?

eeccll
02-22-2006, 10:12 AM
i've created the forum..using 2 tables.. but how to combine 2 tables in one datagrid? so it wil display the date of the latest msg that has been posted by the user..?

eeccll
02-23-2006, 06:56 AM
i guess i know how to do forum already..