J
John Meyer
Okay, this might be dumb, but how do I do this? I knew how to do this
in classic ASP, i.e
<a href="http://www.somelink.com/somepage.asp?id=<%rs("SOMEFIELD_ID")%>"
But how do I do that, considering I have a sql datasource?
in classic ASP, i.e
<a href="http://www.somelink.com/somepage.asp?id=<%rs("SOMEFIELD_ID")%>"
But how do I do that, considering I have a sql datasource?