User380413204 posted
Hi,
I have this filed in a table that I want to present as a hyperlink:
<asp:HyperLink
ID="HyperLink1"
runat="server" NavigateUrl
= '<%# Bind("Link") %>'
Target="_blank" Text='<%# Bind("Link") %>'></asp:HyperLink>
This in itself works fine, however I need to put in the text preceded by // or http://
Is it also possible to just start with www?
Thanks in advance,
Lex