hello,
is richtext control available in asp.net.where is the control.
how tio use it

Recommended Answers

All 8 Replies

Hi,

[IMG]http://cutesoft.net/data/ScreenShot_version_4_0.gif[/IMG]

We have a a full-featured ASP.NET RichTextBox (CuteEditor from
CuteSoft).


If you are interested, please check the following link:


http://cutesoft.net/ASP.NET+WY­SIWYG+Editor/


General demo:
http://cutesoft.net/example/general.aspx


DNN integration demo:
http://dnn3.cutesoft.net


IbuySpy integration demo:
http://ibuyspy.cutesoft.net


Rainbow portal integration demo:
http://rainbow.cutesoft.net


Asp.net forums integration demo:
http://cutesoft.net/forums


Regards,

Http://CuteSoft.net

RichTextBox is in the .NET Framework, but only for Windows Forms, not for Web Forms. This is because ASP.NET renders HTML, and HTML doesn't contain a RichText element.

So your answer will be to buy a 3rd party control that will likely render as an ActiveX object.

i need a richtextbox control like the one i am typing now

create your own usercontrol or third party tools available.

create your own usercontrol or third party tools available.

i have already used free textbox control in my asp page. But still there is a problem while inserting the data in database. currently i am using OLEDB provider, but free textbox supports ODP(i.e., Oracle Data Provider). so how to save and retrieve my data using free textbox control with OLEDB provider and i am saving the content of the free textbox in a blob column.

I wish I knew the answer of Rajees.... I have the same question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.