Results 1 to 4 of 4

Thread: Is possible to use RictTextBoxControls in Asp.Net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up 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

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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>

  4. #4
    Hyperactive Member kayos's Avatar
    Join Date
    Apr 2004
    Location
    Largo, Florida
    Posts
    306

    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
  •  



Click Here to Expand Forum to Full Width