-2
votes
1answer
79 views

Displayin multiple images using single ASP Image control or Image data type

Is it possible to show multiple images by using single ASP Image Control?? I have a scenario where i need to show multiple images e.g 2, 3 , or 4 images depending on if else condition from ...
0
votes
2answers
320 views

Assigning images to image control from _layouts/images folder

I want to show images in ASP image Control. I want to access images from "_layouts/images/myfolder/image.gif", like this: Image1.ImageURL = "_layouts/images/myfolder/image.gif"; It does not work. Is ...