HyperLink Inside textArea
-
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
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
-
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
I think you did not get the answer. No it is not possible.
I know the language. I've read a book. - _Madmatt
-
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
did you try this code?Is it working fine?
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
did you try this code?Is it working fine?
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
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
-
I think you did not get the answer. No it is not possible.
I know the language. I've read a book. - _Madmatt
Thanks Mark Yes did'nt gt the answer
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
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
-
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
I already told you i have to show the hyperlink in textArea user can edit at any time on text area...
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
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!
-
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!
Yes sandeep I am thinking about custom control. Thanks man
prabhakar dwivedi
-
Hi All, I want to show Hyperlink inside textArea control... Please give me any ides Thanks Prabhakar
prabhakar dwivedi
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.