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]