1
Answer

how to add different images to an image control with in a repeater control

shaik meeran

shaik meeran

14y
2.9k
1
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

Answers (1)