Iam trying to link a record from database and making it into a link:
<a href="<%=(rs_images.Fields.Item("filename"))%>"><%=(rs_images.Fields.Item("filename").Value)%></a>
when i run the page the file name wont come up?
why is that and how do i create a proper link.