hi guys,
I use the script below to genrate an array of images, however I want to add a label to the bottom of it, and the script below adds to the side
HOw do i fix this ?
thanks
Ehi
this.Controls.Add(image[i]);
this.Controls.Add(new LiteralControl("</n>" + present[0])); //this is meant to adds a label present[0] to the bottom
Go to the complete details ...