jccorner Posted March 23, 2004 Posted March 23, 2004 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. Quote Applying computer technology is simply finding the right wrench to pound in the correct screw
kahlua001 Posted March 23, 2004 Posted March 23, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.