Adding Hyperlinks Dynamically to a Table

Mike B

New member
Joined
Aug 22, 2005
Messages
1
Programming Experience
1-3
I'm trying to dynamically add a hyperlink to a table using VB.NET (ASP.NET web application). The problem is that I can't figure out how to get it located in the correct spot. It might easier to take a look at the code. I've created a solution that basically shows what I'm trying to achieve and have attached it. I want to hyperlinks to show in the "Drawing Number" column....with the other values getting shifted one column over. Can this this be done? Thanks for any help/advice. Let me know if more info is needed.

Mike
 

Attachments

  • HyperlinkInTable.zip
    19.4 KB · Views: 54
You could use the <% %> tags in ASP to do this. I have done it but I can't remember the code for it sorry. Have a look online. If I find it i'll post.
 
Back
Top