All..
I am new to .NET. I am trying to create a web page where I can display multiple images from a folder. If there are 5 pictures in the folder I want to create 5 image controls at runtime and display the pictures. How can I do this ?
Also, I dont see left and top properties for the image control? How to position the images?
Thanks very much in advance.
I am new to .NET. I am trying to create a web page where I can display multiple images from a folder. If there are 5 pictures in the folder I want to create 5 image controls at runtime and display the pictures. How can I do this ?
Also, I dont see left and top properties for the image control? How to position the images?
Thanks very much in advance.
Comment