I
have a repeater control, in which I have to show two types of
illustrations(images). One with extension .JPG and other with extension
.SWF (flash file)
I am using custom built classes and binding to
the repeater. I wanted to know what ASP.net server control should i
bind it to inside the repeater, since I have to dynamically decide
whether its a JPG or SWF file. I cant use <asp:Image> control as
it does not display.
the SWF files.