Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I developed a website which has a text area where user can write the text and also it has controls to upload images and document but he has to place the <img> tag in text area to include those images. But now user want a smart editor where he can simply write the text and paste the images(or he can paste the whole contents from word document) and send the mail. Actually he want WYSIWYG mail editor to send mail. Can anybody please tell me how to develop such a smart editor or if any such third party editor available which I can use while coding in c#.net.
Any help will be appreciated.

Thanks and Regards
Posted

 
Share this answer
 
Your question contains an answer :) You need to find some WYSIWYG HTML editor for ASP.NET.
Try these ones:
1. http://www.tinymce.com/[^]
2. http://ckeditor.com/[^]

I do not ASP.NET programming but i think that will be easy to integrate with your application.

I hope i helped you a little bit :)
 
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