|
-
Sep 24th, 2007, 04:42 AM
#1
Thread Starter
Addicted Member
Is possible to use RictTextBoxControls in Asp.Net
Hi
Can tell about RichtextBox control in Asp.Net.??
How we may use that control???
Is possible to use web form? using HTML. Bcz i know only that
we can use in windows form directly.
I hope for your answers.
Thanks
Failing to plan is Planning to fail 
-
Sep 24th, 2007, 04:57 AM
#2
Re: Is possible to use RictTextBoxControls in Asp.Net
Have a look at This example
Please mark you thread resolved using the Thread Tools as shown
-
Sep 26th, 2007, 03:17 AM
#3
Re: Is possible to use RictTextBoxControls in Asp.Net
RTBs work in Windows forms, but there is no native control similar to that in web development. Instead, you have to 'create' it yourself: You'd use an <IFRAME>, set it to editable mode. Then the users can enter HTML, depending on how you set the mode of the IFRAME>
-
Sep 28th, 2007, 03:57 PM
#4
Hyperactive Member
Re: Is possible to use RictTextBoxControls in Asp.Net
if you're looking for a good RTE, i've always liked using this one:
http://www.fckeditor.net/
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|