How to display hyperlinks from database?

B

Bishoy George

I have a database table with many columns:
ItemID , ItemName , ItemLink , ItemSize

I want to display items through a datagrid or whatever in the way that the
ItemName is written and has the ItemLink as its hyperlink.

Any help...
 
G

Guest

I have a database table with many columns:
ItemID , ItemName , ItemLink , ItemSize

I want to display items through a datagrid or whatever in the way that
the ItemName is written and has the ItemLink as its hyperlink.


Use a hyperlink control. You can assign the .text property to be the
ItemName and the NavigateURL to be the ItemLink.
 
G

Guest

Hello,
Visit 4GuysFromRolla.com or DataGridGirl.com to find article for data grid
that uses hyperlink or custom column in data grid.

I think this will solve your problme.
B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top