forum post page?

Hii

I want to make a forum post page in Asp .net and allow users to format their messages like microsoft forums.

So how to create a designer that users can use to format their messages

Thanks a lot

[222 byte] By [TheMaj0r] at [2008-2-22]
# 1
'How to create a designer' is a question that is not answered in a few sentences. You can however use a freeware WYSIWYG HTML editor...

FreeTextBox is a very nice one! In case you want advanced features (like table editing in the editor) you will have to buy (a lincense for) the FreeTextBox professional.
RickvandenBosch at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 2

Hi,

you're probably looking for online message editor control... Here's a link to one you can include in your application...

Andrej

AndrejTozon at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 3

Thanks a lot. i knew it wasnt pretty easy to create my own control but if anyone have a tutorial or a book that explains some basics about it please just give me the name of the book.

Thanks

TheMaj0r at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 4

I've done this myself, made a few forums all in ASP.NET and SQL Server.

I pretty much used my own tags and then replace them with proper encoding/rendering/whatever methods at accessing time.

If you are talking about the reply page where you have Bold, italics, hyperlink etc... and you want it to be of similar nature as RTB (you highlight text and make it bold for example in the editor) then you are asking for alot more, which is difficult but as suggested there maybe a few controls out there you can use.

ahmedilyas at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 5
Yes what i wanted is just like Freetextbox but i see that it has a lot of classes and alot of code but just i would like to know what is going arround.. In fact i am not intending to make like this now but i would like to learn
TheMaj0r at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 6

I believe I've seen a simple(r) implementation in one of Nikhil Kothari's sample code packages (download from here)...

Andrej

AndrejTozon at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 7

mmm it seems complicated and seems has a lot of error as i have read in the comments, but i downloaded it and i will try

Thanks

TheMaj0r at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 8

I've tried it myself [the editor] and it worked fine. However, there is a lot of other samples included and they may include some errors...

Andrej

AndrejTozon at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 9
OK man that's great, thanks for your care. i'll try it soon
TheMaj0r at 2007-8-30 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...