Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to create a discussion forum in ASP.NET, I have some ideas to create it but I think it is lengthy way.
Do you have any helpful link or idea to create it ?
Please share.

What I have tried:

A traditional gridview with Header and its detail records, but it is not so impressive
Posted
Updated 2-Mar-16 23:30pm

Since you are using ASP.Net, I would recommend any lightweight control that you are bind to a data source. I would opt for Repeater.

If you were to use MVC or HTML5, you might opt for table or div.

Another approach is to use one of the plenty of forum controls already available on the web.
 
Share this answer
 
v3
Check this: Search - CodeProject Knowledge Base[^]. Over 1K results.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900