Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create attachments to specific record

Status
Not open for further replies.

uzzie123

Technical User
Mar 7, 2007
21
CA
Hi,

I am creating this website using asp that displays different records of information. I have stored these records in a sql database in a webserver. Now, In one of my records, I have to create a link that would direct me to a serparate word document saved as a html file. This file is also stored into the same webserver as the other records. How can I create a link ONLY on one particular record that directs to the html file?

thx
 
When you loop through the record set to display the records, put a condition there. If the record meet the condition, create a link.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top