hii..
as i have placed an image control with in a repeater control.. and i want to add different images to the image control how can i acheive this? please help me.....
<asp:Repeater ID="Repeater2" runat="server">
<ItemTemplate>
<asp:Image ID="Image1" runat="server"/>
<%#Eval("Moviename") %>
<%#Eval("cast") %>
</ItemTemplate>
</asp:Repeater>
this is the code, hope you have got the task.. please help me... thanks in advance