Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. RICHTEXT CONTROL? - ASP.NET / AJAX

RICHTEXT CONTROL? - ASP.NET / AJAX

Scheduled Pinned Locked Moved Web Development
csharpasp-netdatabasesysadminhelp
10 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hifiger2004
    wrote on last edited by
    #1

    Hi Guys, Do you have any idea if where can I download a richtext server control for asp.net? Because, in AJAX when using a simple textbox it produce an error if that value contains _, ,

    , etc. Or do you have some ideas on how to save the formatted paragraph from a simple textbox into the msssql2000 database? Thanks in advance Guys hifiger2004

    _

    T B R 3 Replies Last reply
    0
    • H hifiger2004

      Hi Guys, Do you have any idea if where can I download a richtext server control for asp.net? Because, in AJAX when using a simple textbox it produce an error if that value contains _, ,

      , etc. Or do you have some ideas on how to save the formatted paragraph from a simple textbox into the msssql2000 database? Thanks in advance Guys hifiger2004

      _

      T Offline
      T Offline
      totig
      wrote on last edited by
      #2

      It depends if you want to pay for this or not. Here is an article that shows how to create your own (assuming you have the time) http://aspalliance.com/1092\_Rich\_Text\_Editor\_Part\_I

      H 1 Reply Last reply
      0
      • T totig

        It depends if you want to pay for this or not. Here is an article that shows how to create your own (assuming you have the time) http://aspalliance.com/1092\_Rich\_Text\_Editor\_Part\_I

        H Offline
        H Offline
        hifiger2004
        wrote on last edited by
        #3

        Hi toticow, I will try this one. But where am I going to stored the hamHtmlEditor.ascx? Under what directory of ASP.Net framework? Does it appear on my Visual Web Developer Toolbox?

        hifiger2004

        T 1 Reply Last reply
        0
        • H hifiger2004

          Hi Guys, Do you have any idea if where can I download a richtext server control for asp.net? Because, in AJAX when using a simple textbox it produce an error if that value contains _, ,

          , etc. Or do you have some ideas on how to save the formatted paragraph from a simple textbox into the msssql2000 database? Thanks in advance Guys hifiger2004

          _

          B Offline
          B Offline
          badgrs
          wrote on last edited by
          #4

          Although not necessarily the best, FCKEditor is quite mature and comes with ASP.NET helper controls....oh and its free. linkety

          H 1 Reply Last reply
          0
          • H hifiger2004

            Hi toticow, I will try this one. But where am I going to stored the hamHtmlEditor.ascx? Under what directory of ASP.Net framework? Does it appear on my Visual Web Developer Toolbox?

            hifiger2004

            T Offline
            T Offline
            totig
            wrote on last edited by
            #5

            Hi, well this is a user control, so you would add it to your existing solution - perhaps a subfolder in your application called UserControls. As you are asking a question like this, I must assume you are fairly new to asp.net - perhaps reading this will help you:

            H 1 Reply Last reply
            0
            • H hifiger2004

              Hi Guys, Do you have any idea if where can I download a richtext server control for asp.net? Because, in AJAX when using a simple textbox it produce an error if that value contains _, ,

              , etc. Or do you have some ideas on how to save the formatted paragraph from a simple textbox into the msssql2000 database? Thanks in advance Guys hifiger2004

              _

              R Offline
              R Offline
              RichardGrimmer
              wrote on last edited by
              #6

              I've run into the same issue wuth AJAX, specifically when using JSON - as a workaround, I did a Server.URLEncode at the server end, and then a javascript unescape() followed by a global replace of "+" chars....seems to work quite nicely...

              "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

              H 1 Reply Last reply
              0
              • B badgrs

                Although not necessarily the best, FCKEditor is quite mature and comes with ASP.NET helper controls....oh and its free. linkety

                H Offline
                H Offline
                hifiger2004
                wrote on last edited by
                #7

                Hi badgrs, I already solved my problem regarding the html tag. At the very top of my aspx I added the validaterequest="false" inside the directives, and it is working fine now. Thanks for the support :)

                hifiger2004

                1 Reply Last reply
                0
                • R RichardGrimmer

                  I've run into the same issue wuth AJAX, specifically when using JSON - as a workaround, I did a Server.URLEncode at the server end, and then a javascript unescape() followed by a global replace of "+" chars....seems to work quite nicely...

                  "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

                  H Offline
                  H Offline
                  hifiger2004
                  wrote on last edited by
                  #8

                  Hi RichardGrimmer, I already solved my problem regarding the html tag. At the very top of my aspx I added the validaterequest="false" inside the directives, and it is working fine now. Thanks for the support :)

                  hifiger2004

                  1 Reply Last reply
                  0
                  • T totig

                    Hi, well this is a user control, so you would add it to your existing solution - perhaps a subfolder in your application called UserControls. As you are asking a question like this, I must assume you are fairly new to asp.net - perhaps reading this will help you:

                    H Offline
                    H Offline
                    hifiger2004
                    wrote on last edited by
                    #9

                    Hi toticow, I already solved my problem regarding the html tag. At the very top of my aspx I added the validaterequest="false" inside the directives, and it is working fine now. Thanks for the support :)

                    hifiger2004

                    T 1 Reply Last reply
                    0
                    • H hifiger2004

                      Hi toticow, I already solved my problem regarding the html tag. At the very top of my aspx I added the validaterequest="false" inside the directives, and it is working fine now. Thanks for the support :)

                      hifiger2004

                      T Offline
                      T Offline
                      totig
                      wrote on last edited by
                      #10

                      Hello I see your original question changed. Rather than turning off the validation at the top of the page as you do, you could also use the Server.HtmlEncode method For more information, read this: http://www.asp.net/faq/RequestValidation.aspx[^]

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups