473,398 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

RichText in asp.net

How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved as
html content. Can I find some richtext control or I need to use javascript?
Apr 5 '07 #1
6 2110
There are plenty of rich text controls on the market for this. For example,
check out radeditor by telerik
(http://www.telerik.com/products/aspn...overview.aspx), the
WebHtmlEditor by Infragistics
(http://www.infragistics.com/dotnet/n....aspx#Overview)
and FreeTextBox at: http://freetextbox.com/default.aspx

What you'll need to be careful of though, is controls that use the DHTML
ActiveX control that has been in Windows for a long time, but hasn't been
much used. This control is no longer in Windows Vista so Vista users may not
be able to use the rich text editor in their browsers.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Tomo" <to*************@gmail.comwrote in message
news:ev**********@magcargo.vodatel.hr...
How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved
as html content. Can I find some richtext control or I need to use
javascript?

Apr 5 '07 #2
What you'll need to be careful of though, is controls that use the DHTML
ActiveX control that has been in Windows for a long time, but hasn't been
much used. This control is no longer in Windows Vista so Vista users may
not be able to use the rich text editor in their browsers.
Oh shit! Why it is excluded from vista? Can vista users download this as
some windows update or it is inpossible to include this controls in vista?

btw, Can i use some web server control? Than it doesn't depends with
operating system?
Apr 5 '07 #3
Howdy,

In addition to Mark's reply, you can also use CuteEdit:
http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx

I'd definitely NOT recommend freeware freetextbox as i find it really buggy.
However, I know they released a new version now so maybe they fixed some bugs.

Regards
--
Milosz
"Tomo" wrote:
How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved as
html content. Can I find some richtext control or I need to use javascript?
Apr 5 '07 #4
There are various HTML editors that can be used in a web application
available. If you try to write one yourself, expect to spend about at least
6 months on the project. I think you'd be better off getting one that
already exists. I believe some of them are free.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Tomo" <to*************@gmail.comwrote in message
news:ev**********@magcargo.vodatel.hr...
How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved
as html content. Can I find some richtext control or I need to use
javascript?

Apr 5 '07 #5
re;
they released a new version now so maybe they fixed some bugs.
They did...freetextbox v 3.x is quite good.

It's used by Telligent's Community Server.
I'm sure it wouldn't be used if it had problems.

http://freetextbox.com/download/

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Milosz Skalecki [MCAD]" <mi*****@DONTLIKESPAMwp.plwrote in message
news:2F**********************************@microsof t.com...
Howdy,

In addition to Mark's reply, you can also use CuteEdit:
http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx

I'd definitely NOT recommend freeware freetextbox as i find it really buggy.
However, I know they released a new version now so maybe they fixed some bugs.

Regards
--
Milosz
"Tomo" wrote:
>How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved as
html content. Can I find some richtext control or I need to use javascript?

Apr 5 '07 #6
Hi Juan,

Good to hear it as we had so many problems with previous versions. A friend
of mine has just told me there's also a good and reliable open source editor
called fck:
http://www.fckeditor.net/

Happy Easter Guys!
--
Milosz
"Juan T. Llibre" wrote:
re;
they released a new version now so maybe they fixed some bugs.

They did...freetextbox v 3.x is quite good.

It's used by Telligent's Community Server.
I'm sure it wouldn't be used if it had problems.

http://freetextbox.com/download/

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Milosz Skalecki [MCAD]" <mi*****@DONTLIKESPAMwp.plwrote in message
news:2F**********************************@microsof t.com...
Howdy,

In addition to Mark's reply, you can also use CuteEdit:
http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx

I'd definitely NOT recommend freeware freetextbox as i find it really buggy.
However, I know they released a new version now so maybe they fixed some bugs.

Regards
--
Milosz
"Tomo" wrote:
How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved as
html content. Can I find some richtext control or I need to use javascript?


Apr 5 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Pete Griffint | last post by:
Howdy! I want to get the following in a Richtext control: Paragraph 1.... Paragraph 2... Obviously I want to do something like rtb.SelectedText="Paragraph 1...";...
0
by: Lukas Thanei | last post by:
Hi, Im trying for 2 days to solve a problem but now Im on a point where all ideas exhausted. Im writing a software to print out some cards containing richtext and images. To print the...
2
by: Du | last post by:
I like richtext textbox and its shortcut, but I don't need the richtext format. How do I tell the richtext text box to strips all the format and convert everything to plain text? Thanks
4
by: JC - home | last post by:
Hello.. I've been having some problems for a little while with this which I was sure I would beat...hmmm. Anyway, I have a form with two rich textboxes. One at the top which is to display a...
2
by: Gary Shell | last post by:
I have a very ODD situation. I have a RichTextBox and a button. In the button click event I have the following: me.richtextbox1.SelectedText="test" Assuming I start with "aaaabbbbcccc" in...
3
by: rigamonk | last post by:
Is there a way to save richtext from a richtextbox into an access DB using vb.net? thanks patrick
1
by: Andrea V.F. | last post by:
I have a Read-Only RichText and I load the content from a RTF file containing images and text. The problem is that only text is read-only while images can be resized and moved. I would like that...
3
by: tlyczko | last post by:
I have Stephen Lebans' RichText control on a subform, which is bound to a memo field. The only editable control on this subform is the rich text control for the memo field. When the main form...
0
by: giddy | last post by:
hi , i made a little RtfEncapsulator. Its a class thats called RichText , it has an RtfElementCollection which takes any class that exposes the IRtfElement interface. I managed to make an...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.