Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
External link from DB
Old 02-17-2005, 04:44 PM External link from DB
VegaLA's Avatar
Skilled Talker

Posts: 64
Trades: 0
Hi all,
my website is progressing and i've got data on display pulled in from a SQL server DB.
What I would like to do now is have the links to other sites that are displayed in a table on the left of the page pulled in from the database also. Displaying the link (say www.imdb.com) is no problem but how do I get the link to work ? I have created a table with the fields

ID

Type (numerical to seperate say film links from humour links)

Link (The text they will see, say for IMDB it will say 'Movie Database')

URL (This is the actual code.. which could be <A HREF="http://www.imdb.com"><FONT size="1" face="Verdana, Arial, Helvetica, sans-serif">Movie database</font></A><BR>

how does the URL field tie in as the code for the page ?

I'm using DWMX to create this page.

Thanks in advance,
Mitch....
VegaLA is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-17-2005, 08:43 PM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
<a href="<%= Recordset.Fields.Item("URL").Value %>"><%= Recordset.Fields.Item("Link").Value %></a>

Havn't coded in ASP for a long while (been on ASP.NET) so not so sure of the object structure.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Reply     « Reply to External link from DB
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11281 seconds with 12 queries