Im new to VB.NET, I need to add a variable to a dynamic a href tag like so:
litLink.Text = "<a href='" & Link & "' ></a>"
this code as of right now places single quotes around the link.
Im new to VB.NET, I need to add a variable to a dynamic a href tag like so:
litLink.Text = "<a href='" & Link & "' ></a>"
this code as of right now places single quotes around the link.