Display url in text box

Posted by xrx215 on Stack Overflow See other posts from Stack Overflow or by xrx215
Published on 2010-04-05T14:42:18Z Indexed on 2010/04/05 14:53 UTC
Read the original article Hit count: 215

Filed under:
|

I have a textbox as follows:

<asp:TextBox runat="server" ID="txtOtherApps" Height="400" Width="400" 
 TextMode="MultiLine" ontextchanged="txtOtherApps_TextChanged" ></asp:TextBox>

How to display link in this textbox?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#