Click here to Skip to main content
15,895,192 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can i add a HTML editor in visual studio 2012?
Posted

Use this link to refer the HTML Editor.

ASP.NET HTML Editor Control[^]
 
Share this answer
 
Comments
Sabari Karthik 20-Sep-13 2:53am    
Thank you Mr. Thomas ktg. It is very helpful for me to add HTML editor.
Thomas ktg 20-Sep-13 2:56am    
Happy to help you.
What you mean by adding HTML Editor to VS 2012? If you want to display HTML Editor while rendering your aspx page, you can use Telerik Editor, FCK Editor, CK Editor etc.

You can Google it for same.

Let me know if you have any questions.

Thanks
Keyur
 
Share this answer
 
First of all, you don't really need ASP.NET, HTML + JavaScript would be enough, with better performance. For example, I would recommend TinyMCE, platform-independent, WYSIWYG, open-source:
http://en.wikipedia.org/wiki/TinyMCE[^],
http://www.tinymce.com/[^].

—SA
 
Share this answer
 
 
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