Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help: RTF Control for Web Page

1 view
Skip to first unread message

Stewart

unread,
Aug 30, 2004, 3:04:50 AM8/30/04
to
Hi All,

Hoping someone has done something like this in the past. I'm trying
to work out the best way to add an RTF control to my web page and save
it's contents as html back to a database.

Currently I have a page with a textbox. The user enters plain text
and hits save. The text is stored to the database. Simple as.
However I'm looking to enhance this so that the user has U, B, I and
hyperlink features similar to the way you create an email in yahoo
mail or hotmail. It can be assumed all users are using the windows
platform so ActiveX is fine. The main problems I'm having are:

1) How to collect the data from the (say ActiveX) component when the
user clicks save.

2) I'd prefer not to write this from scratch, though if I do I'm
quite comfortable with VB.Net and VB6 incl. writing ActiveX controls.

Hope to hear about your experiences and advice!

Thanks,

Stewart

Hermit Dave

unread,
Aug 30, 2004, 3:09:25 AM8/30/04
to
have a look at http://www.freetextbox.com/

its not an active X control... but pure asp.net webcontrol... when you post
the data.. on serverside you can read the html directly.

hope that helps

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Stewart" <windsurf...@yahoo.com.au> wrote in message
news:3e8a4d01.0408...@posting.google.com...

Michael Mattias

unread,
Aug 30, 2004, 8:00:01 AM8/30/04
to
"Stewart" <windsurf...@yahoo.com.au> wrote in message
news:3e8a4d01.0408...@posting.google.com...
> Hi All,
>
> Hoping someone has done something like this in the past. I'm trying
> to work out the best way to add an RTF control to my web page and save
> it's contents as html back to a database.

Hmm, maybe you should look for an HTML control instead of an RTF control?

MCM

Stewart

unread,
Aug 30, 2004, 9:13:20 PM8/30/04
to
Hi Everyone,

Thanks for your advice. I've decide to go with the asp.net control
offered by freetextbox.com. It plugs straight into your .net project
and is so easy to customise. I particularly like how you can select
which attributes (eg B, U, I, Font Size, Hyperlink etc) you want to
allow users to change.

Can't rate it highly enough. It's free but will probably buy source
to support them in this case.

Once again,

Thanks

Stewart

Stewart

unread,
Aug 30, 2004, 9:13:35 PM8/30/04
to
0 new messages