I am familiar with vbscript however converting to C# and trying to end a URL I have written with response.write. My code is below:
Response.Write("<a href= " + savePath + "</a>");
The URL works fine however everything on the page is linked to the URL. When I hover over the URL it has '/a' at the end ignoring the '>'.
Thanks for your help
Start Free Trial