Connecting Tech Pros Worldwide Forums | Help | Site Map

Question: Rich Text Editor and HTML message body

VB Programmer
Guest
 
Posts: n/a
#1: Nov 18 '05
I want to create an email message with a HTML body and email it out. I know
how to create/send the email (for the most part.)

1. Any ideas or examples of using an ASP.NET rich text editor so that a
user can edit rich text, then save the results as an HTML page (either
straight to a page or into a db)?
2. How about the opposite: An HTML page the is opened up in the editor so
the user can modify it (with rich text) and save it (like to a db)?

Kind of like editing an existing auction in Ebay. It shows the various HTML
areas and you can click 'edit' then edit them and save them.

Thanks!



Scott Allen
Guest
 
Posts: n/a
#2: Nov 18 '05

re: Question: Rich Text Editor and HTML message body


There are a slew of rich text editors to pick from in the control
gallery at asp.net:

http://www.asp.net/ControlGallery/de...y=4&tabindex=2

Almost all of these will come with examples on how to place the
control on a page.

Read up on cross-site scripting attacks.

http://richtextbox.mykb.com/Article_4C8CA.aspx

--
Scott
http://www.OdeToCode.com

On Fri, 14 May 2004 08:38:48 -0400, "VB Programmer"
<growN0SPAM@go-intechN0SPAM.com> wrote:
[color=blue]
>I want to create an email message with a HTML body and email it out. I know
>how to create/send the email (for the most part.)
>
>1. Any ideas or examples of using an ASP.NET rich text editor so that a
>user can edit rich text, then save the results as an HTML page (either
>straight to a page or into a db)?
>2. How about the opposite: An HTML page the is opened up in the editor so
>the user can modify it (with rich text) and save it (like to a db)?
>
>Kind of like editing an existing auction in Ebay. It shows the various HTML
>areas and you can click 'edit' then edit them and save them.
>
>Thanks!
>[/color]

jason_kennedy1975@yahoo.co.uk
Guest
 
Posts: n/a
#3: Nov 19 '05

re: Question: Rich Text Editor and HTML message body


Hi,

I've tried them all. This is the best. Most of the editors can't edit
html page at all.

CuteEditor Home:

http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx

Database example:

http://cutesoft.net/example/DataGrid_vb.aspx
Edit html page example:

http://cutesoft.net/example/Edithtml.aspx

Closed Thread