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. ASP.NET
  4. HyperLink Inside textArea

HyperLink Inside textArea

Scheduled Pinned Locked Moved ASP.NET
12 Posts 5 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.
  • P prabhakar dwivedi

    Hi All, I want to show Hyperlink inside textArea control... Please give me any ides Thanks Prabhakar

    prabhakar dwivedi

    B Offline
    B Offline
    Brij
    wrote on last edited by
    #2

    You can not have hyperlink in your textarea control.Instead use div, it will work fine. have a loook for detail

    Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

    P 1 Reply Last reply
    0
    • B Brij

      You can not have hyperlink in your textarea control.Instead use div, it will work fine. have a loook for detail

      Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

      P Offline
      P Offline
      prabhakar dwivedi
      wrote on last edited by
      #3

      I think u did.nt gt my requriement,want to show Hyperlink inside textArea... and it's posible.. my code is "Txtcheck.Text = "<html><head></head><body><a href='#'>Test</a></body></html>";"

      prabhakar dwivedi

      N B 2 Replies Last reply
      0
      • P prabhakar dwivedi

        I think u did.nt gt my requriement,want to show Hyperlink inside textArea... and it's posible.. my code is "Txtcheck.Text = "<html><head></head><body><a href='#'>Test</a></body></html>";"

        prabhakar dwivedi

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #4

        I think you did not get the answer. No it is not possible.


        I know the language. I've read a book. - _Madmatt

        P 1 Reply Last reply
        0
        • P prabhakar dwivedi

          I think u did.nt gt my requriement,want to show Hyperlink inside textArea... and it's posible.. my code is "Txtcheck.Text = "<html><head></head><body><a href='#'>Test</a></body></html>";"

          prabhakar dwivedi

          B Offline
          B Offline
          Brij
          wrote on last edited by
          #5

          did you try this code?Is it working fine?

          Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

          P 1 Reply Last reply
          0
          • B Brij

            did you try this code?Is it working fine?

            Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

            P Offline
            P Offline
            prabhakar dwivedi
            wrote on last edited by
            #6

            Thanks Brij No it's nt wrking that's why i am here .... Yes i did.nt gt your point you are taking about Div But how to use this Help me out Thanks

            prabhakar dwivedi

            B S 2 Replies Last reply
            0
            • N Not Active

              I think you did not get the answer. No it is not possible.


              I know the language. I've read a book. - _Madmatt

              P Offline
              P Offline
              prabhakar dwivedi
              wrote on last edited by
              #7

              Thanks Mark Yes did'nt gt the answer

              prabhakar dwivedi

              1 Reply Last reply
              0
              • P prabhakar dwivedi

                Thanks Brij No it's nt wrking that's why i am here .... Yes i did.nt gt your point you are taking about Div But how to use this Help me out Thanks

                prabhakar dwivedi

                B Offline
                B Offline
                Brij
                wrote on last edited by
                #8

                Use div instead textarea as

                <div id="ta" runat = "server" >
                <p> Put hyperlink html code here</p>
                </div>

                You can access this div from server side as well

                Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

                P 1 Reply Last reply
                0
                • B Brij

                  Use div instead textarea as

                  <div id="ta" runat = "server" >
                  <p> Put hyperlink html code here</p>
                  </div>

                  You can access this div from server side as well

                  Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators

                  P Offline
                  P Offline
                  prabhakar dwivedi
                  wrote on last edited by
                  #9

                  I already told you i have to show the hyperlink in textArea user can edit at any time on text area...

                  prabhakar dwivedi

                  1 Reply Last reply
                  0
                  • P prabhakar dwivedi

                    Thanks Brij No it's nt wrking that's why i am here .... Yes i did.nt gt your point you are taking about Div But how to use this Help me out Thanks

                    prabhakar dwivedi

                    S Offline
                    S Offline
                    Sandeep Mewara
                    wrote on last edited by
                    #10

                    Instead of textarea use Div...Can use CSS to give Div a feel of textbox or so... If you need something more...develop a custom control to help you out!

                    P 1 Reply Last reply
                    0
                    • S Sandeep Mewara

                      Instead of textarea use Div...Can use CSS to give Div a feel of textbox or so... If you need something more...develop a custom control to help you out!

                      P Offline
                      P Offline
                      prabhakar dwivedi
                      wrote on last edited by
                      #11

                      Yes sandeep I am thinking about custom control. Thanks man

                      prabhakar dwivedi

                      1 Reply Last reply
                      0
                      • P prabhakar dwivedi

                        Hi All, I want to show Hyperlink inside textArea control... Please give me any ides Thanks Prabhakar

                        prabhakar dwivedi

                        A Offline
                        A Offline
                        Anurag Gandhi
                        wrote on last edited by
                        #12

                        Use any Rich Text Editor control for this purpose. FCKEditor is the one of my choice.

                        Anurag Gandhi.
                        http://www.gandhisoft.com
                        Life is a computer program and every one is the programmer of his own life.

                        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