BruceG
Oct 10th, 2005, 10:28 PM
Hello, I have a web form with a table consisting 1 row of 2 columns. In the left column, I want to dynamically generate a list of hyperlinks based on data in a database. (This is the main part of my question - if I can get that far, I'd be happy.) In the right column I have a placeholder control.
When the user clicks one of these links on the left (which will be to one of any number of html files), I want to display the contents of the linked file in the placeholder on the right.
Can anyone provide some ideas on how to do this? Any code or syntax would be helpful. Thanks.
When the user clicks one of these links on the left (which will be to one of any number of html files), I want to display the contents of the linked file in the placeholder on the right.
Can anyone provide some ideas on how to do this? Any code or syntax would be helpful. Thanks.