How to display hyperlinks from database?

  • Thread starter Thread starter Bishoy George
  • Start date Start date
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...
 
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.
 
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

Back
Top