Click here to Skip to main content
15,887,440 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I tried but its not coming in html toolbar didn't show the richtextbox ..
Posted
Comments
JF2015 10-May-12 3:35am    
Not enough information. Please show us what you tried already.
Dhanamanikandan 10-May-12 3:43am    
Please add some more information to help you!
Sandeep Mewara 10-May-12 4:56am    
You want this richtextbox in ASP.NET?

You can use rich text box controller. You have to add the Rich text box controller to your project. Please follow the following steps.
Right click on the below area of the Toolbox. -> choose items -> ".NET Framework Components" Tab -> Tick on the "Rich text box controller" -> OK. Then you can see the rich text box controller on your toolbox.

Kushan Randima
Software Engineer
DigiteQ Solutions PVT LTD
 
Share this answer
 
hi,
richtextbox is only available in WinForms
in a web application we have textarea or textbox with TextMode= MultiLine
 
Share this answer
 
Comments
Sandeep Mewara 10-May-12 4:55am    
I disagree. We have quite a few richtextbox controls now for ASP.NET too.
 
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