Rich Textbox in ASP.NET 2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tskrish
    New Member
    • Aug 2008
    • 9

    Rich Textbox in ASP.NET 2.0

    Hi,

    I want RichTextbox in ASP.NET 2.0.
    Is it comes in-built with .NET?
    If not how can I achieve it?

    Kindly suggest.

    Note:
    I don't want to do this with any third party contorls.

    with regards
    Krish TS
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    #2
    the richtextbox comes withint the VS toolbox.

    Comment

    • tskrish
      New Member
      • Aug 2008
      • 9

      #3
      RE:RichTextbox in ASP.NET 2.0

      Hi,

      Thanks for the reply.

      I'm asking in ASP.NET 2.0.

      I can find only in Windows project Toolbox and
      NOT in ASP.NET 2.0.

      Kindly advice.

      with regards,
      Krish TS

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        Define what you mean by richtextbox if not some third party control...

        Comment

        • Curtis Rutland
          Recognized Expert Specialist
          • Apr 2008
          • 3264

          #5
          Well, you can't do it without 3rd party controls, because it's not built into the framework.

          Comment

          • tskrish
            New Member
            • Aug 2008
            • 9

            #6
            A textbox similar to "WordPad" with all formatting controls.

            Comment

            • Curtis Rutland
              Recognized Expert Specialist
              • Apr 2008
              • 3264

              #7
              Do not double or triple post your questions.

              Threads merged and duplicates deleted.

              MODERATOR

              To answer your question, there is no built in Rich Textbox in the ASP.NET Framework. If you want a Rich Textbox, you will have to use a 3rd party control.

              Comment

              • rvarshney
                New Member
                • Feb 2009
                • 10

                #8
                Hi,
                There are two sets of controls with .net framework. One that work with Windows Forms. Another that work with Web pages.

                The control "RichTextBo x" is meant to work with Windows Forms. Hence it is not available in Web technologies.

                However, you can create your own control that works like RichTextBox with javascript and DHTML. but it is a tough task.

                Comment

                • PrakashN
                  New Member
                  • Sep 2007
                  • 43

                  #9
                  Hi,
                  Here is the one of third party free text box.
                  Click Here

                  Comment

                  Working...