How to Use richtextbox in ASP.net
How to Use richtextbox in ASP.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naveen GcPosted Nov 12, 2014, 7:04 AM
Steps:
first download the jscipt file "tiny_mce.js" (search in google u will get it-open source.).Add it to your project folder
then , include the link of "tiny_mce.js" like this...
then, include this script in your asp page..
insert this code in body of your asp..(where you require the Rich Text Box)
your Rich Text Box may appear like this...