gdmiller105
January 22nd, 2003, 11:05 AM
I'm having some problems getting an asp to display a hyperlink that's stored in a database. It displays something like "www%2Ecodeguru%2Ecom."
<%=Server.urlEncode(rs("SITELINK").Value)%> is what I'm using to pull it out of the database. Is it a problem in the database, or in the asp?
Thanks!
<%=Server.urlEncode(rs("SITELINK").Value)%> is what I'm using to pull it out of the database. Is it a problem in the database, or in the asp?
Thanks!