i have a folder Images in which i have pictures.also in database i have a fieldname image where i save the the number
like this. image
2
4
i want to show the image acording to field value (i.e 2 then image should be display two time if 4 it should be 4 time) since images are in folder name Images how can i do this all process any idea.
LisaPosted Feb 17, 2009, 9:11 AM
you can use a repeater with the repeater .count being the value you get from the database and have an image inside the repeater that displays any number of times you want to .
Thanks,
Lisa