Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use html editor inside the text box in asp.net
Posted

You cannot use a HTML Editor inside a Textbox.

HTML Editor is a richtextbox - a different form of data input control that allows formatting of data. Generally used in place of textbox as per need.
 
Share this answer
 
As another user said here, you can't do that. it makes no sense to put one control like that inside a textbox. but if you want a control to edit html use this.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditor/HTMLEditor.aspx[^]
 
Share this answer
 
use Free text box..it will work same as text box but with different extra controls
 
Share this answer
 
First of all drag and drop the script manager from tool box
And then drag and drop the text box with giving Height and Width,then drag and drop the HTML Editor.
 
Share this answer
 
v2

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