Help to develop Discussion Forum
-
I have one my website. I want to attach discussion forum to my website. I like this(Code Projects forum) discussion forum, I would like to develop discussion forum for my web site as like this forum. can anyone help me for that. How can develop forum like this forum? Which controls we can use for that? How we can differentiate topic and reply? Please let me know if anyone have an idea. Thanks.
-
I have one my website. I want to attach discussion forum to my website. I like this(Code Projects forum) discussion forum, I would like to develop discussion forum for my web site as like this forum. can anyone help me for that. How can develop forum like this forum? Which controls we can use for that? How we can differentiate topic and reply? Please let me know if anyone have an idea. Thanks.
For,developing Forum in asp.net, You need a good knowleges of MasterPages, Menu, Sitemap Path, ADo.NET, XML, And all other basic control. You can add Blog section, QA Section. For that you have to maintain your data using Database or XML.
jayraj todkar wrote:
I like this(Code Projects forum) discussion forum, I would like to develop discussion forum for my web site as like this forum.
:rolleyes: :rolleyes: :rolleyes:
cheers, Abhijit My Recent Article : Beginner's Guide To View State
-
For,developing Forum in asp.net, You need a good knowleges of MasterPages, Menu, Sitemap Path, ADo.NET, XML, And all other basic control. You can add Blog section, QA Section. For that you have to maintain your data using Database or XML.
jayraj todkar wrote:
I like this(Code Projects forum) discussion forum, I would like to develop discussion forum for my web site as like this forum.
:rolleyes: :rolleyes: :rolleyes:
cheers, Abhijit My Recent Article : Beginner's Guide To View State
Database structure is ready for the forum. actually I have develop one discussion forum by using repeater contol in asp.net, but it’s not fulfill. that’s reason behind all this things.
-
For,developing Forum in asp.net, You need a good knowleges of MasterPages, Menu, Sitemap Path, ADo.NET, XML, And all other basic control. You can add Blog section, QA Section. For that you have to maintain your data using Database or XML.
jayraj todkar wrote:
I like this(Code Projects forum) discussion forum, I would like to develop discussion forum for my web site as like this forum.
:rolleyes: :rolleyes: :rolleyes:
cheers, Abhijit My Recent Article : Beginner's Guide To View State
Abhijit Jana wrote:
For,developing Forum in asp.net, You need a good knowleges of MasterPages, Menu, Sitemap Path, ADo.NET, XML
What absolute BS. Sorry, but that's a pile of crap. ADO.NET is the only thing on this list that you'd almost certainly end up using.
Christian Graus Driven to the arms of OSX by Vista.
-
Database structure is ready for the forum. actually I have develop one discussion forum by using repeater contol in asp.net, but it’s not fulfill. that’s reason behind all this things.
Most of the cool stuff in this forum is done with javascript and was here when the site was asp. There's no ASP.NET controls you 'need', I'd still use a repeater, it gives you more control.
Christian Graus Driven to the arms of OSX by Vista.