A Aussie Rules Sep 13, 2007 #1 Sorry I just noticed that the date on my PC is wrong. I have now fixed this.
J James Sep 14, 2007 #2 Aussie Rules said: Sorry I just noticed that the date on my PC is wrong. I have now fixed this. Click to expand... a href="" id="lnk1" runat="server">Caption Then in code behind: lnk1.HRef = "<value from database>" HTH, James
Aussie Rules said: Sorry I just noticed that the date on my PC is wrong. I have now fixed this. Click to expand... a href="" id="lnk1" runat="server">Caption Then in code behind: lnk1.HRef = "<value from database>" HTH, James
A Aussie Rules Sep 14, 2007 #3 Hi, I have a form that has a href link. The href link is coded in the html, but I need to append to this the actual URL which I get from a SQL table. How do I in the HTML code make reference to my vb variable. <html> <a href="insert value here">link</a> </html> --- dim stLink as string stLink = http://www.asite.com Thanks
Hi, I have a form that has a href link. The href link is coded in the html, but I need to append to this the actual URL which I get from a SQL table. How do I in the HTML code make reference to my vb variable. <html> <a href="insert value here">link</a> </html> --- dim stLink as string stLink = http://www.asite.com Thanks