I,m trying to generate 5 dynamic images with the user name on the run-time using system.drawing.imaging. Creation of images is done in a separate aspx file named dynImg.aspx. From a new aspx file , i'm calling the dynImg.aspx file with the name parameter. Below is the code i'm using: for i= 1 to 5 response.write("") next My problem is, i'm able to generate only one image. Unable to load the other images. Need a solution for this imediately?????
A
Amar_Infowave
@Amar_Infowave
Posts
-
problem with generating dynamic images