Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a website in ASP.NET and I want a menu for "Ask question".

What controls (rich textbox or other) should I use and how?

Please help.
Posted
Updated 27-Oct-11 10:37am
v2
Comments
Amir Mahfoozi 27-Oct-11 16:46pm    
Why they should write their questions in a rich textbox ? an ordinary multi line textbox isn't enough ?

1 solution

TinyMCE is a good WYSIWYG editor, and it's free. You may be able to configure it to allow for users to upload images (I think it already has the ability to insert images into the text). If you want users to be able to easily attach files, you could use MCFileManager (not free, but inexpensive). MCImageManager might be of use for image uploads (also not free).

Really depends on how fancy you want to get. Like Amir said, perhaps you just need a multiline textbox.

EDIT: I just remembered I wrote a tip/trick on how to integrate the TinyMCE editor with ASP.Net: Get TinyMCE Value from Server-Side in ASP.NET 4.0
 
Share this answer
 
v2
Comments
Espen Harlinn 27-Oct-11 20:03pm    
Good point :)
Himu from Orissa 7-Nov-11 12:18pm    
how to design a preview panel

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