Click to See Complete Forum and Search --> : asp and hyperlink


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!

Thread1
January 23rd, 2003, 03:16 AM
make sure that the recordset object is available (i mean eof = false) and the field exists..

more code posting please...