Adding images dynamically to web app

jccorner

Centurion
Joined
Jan 31, 2004
Messages
144
Here's my problem, I have over three hundred little images tied to a web app. This is quite cumbersome and very slow coding wise.

What I would like to do is to just have the image appear according to numbers in a database. I've been researching, and have finally gotten the images to dynamically appear. My problem is now when I perform the page.control.add() statement, the images end up at the very end of the web page. If I want to specify a specific cell of a table where the images are to be displayed, how do I tell the code where to put it?? In other words, is it possible to add the control anywhere on the web page?? I would think so, but have been unable to find out how.

Thanks in advance.
 
You can either dynamically create the table with the images, or add your control to placeholders which are placed in specific areas of your webpage.
 
Back
Top