Creating a hyperlink from text

Bill Humphrey

Active member
Joined
Apr 10, 2008
Messages
35
Programming Experience
Beginner
Hi

I want to make the contents of a text field a hyperlink. The textbox will contain the URL and is entered by a web form but when saved can be a hyperlink.

This is the HTML for my text box:

<TD width="30%"><asp:textbox id="fNEASHyperLink" runat="server" CssClass="formfield100pc" MaxLength="50"></asp:textbox></TD>
 
Back
Top