Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 01, 2012 05:14 PM by ramll
Participant
1128 Points
1307 Posts
Nov 30, 2012 02:33 PM|LINK
Hi,
My Image is dynamic and based on the user selection. I am displaying that Header Image using repeater.
I want to display Text on the middle and top of this repeater Image and a small Image on the right hand side of the Image.
How can I do this ?
<asp:Repeater runat="server" ID="rptHeader" onitemcreated="rptImg_ItemCreated" EnableViewState="false"> <ItemTemplate> <asp:Image ID="Image1" runat="server" ImageUrl='<%#Eval("imgUrl")%>' AlternateText="No Preview" Height="125px" Width="100%" /> </ItemTemplate> </asp:Repeater>
All-Star
118619 Points
18779 Posts
Dec 01, 2012 03:40 AM|LINK
ramll I want to display Text on the middle and top of this repeater Image and a small Image on the right hand side of the Image.
Can you show your image of your formation? What do you wanna show?
Do you wanna show Header of your Repeater?
Can you point out the position?
Dec 01, 2012 05:14 PM|LINK
http://forums.asp.net/t/1862191.aspx/1?Displaying+Image+on+a+Image
ramll
Participant
1128 Points
1307 Posts
Display Text and Small Image on the Repeater Image
Nov 30, 2012 02:33 PM|LINK
Hi,
My Image is dynamic and based on the user selection. I am displaying that Header Image using repeater.
I want to display Text on the middle and top of this repeater Image and a small Image on the right hand side of the Image.
How can I do this ?
<asp:Repeater runat="server" ID="rptHeader" onitemcreated="rptImg_ItemCreated" EnableViewState="false"> <ItemTemplate> <asp:Image ID="Image1" runat="server" ImageUrl='<%#Eval("imgUrl")%>' AlternateText="No Preview" Height="125px" Width="100%" /> </ItemTemplate> </asp:Repeater>Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Display Text and Small Image on the Repeater Image
Dec 01, 2012 03:40 AM|LINK
Hi,
Can you show your image of your formation? What do you wanna show?
Do you wanna show Header of your Repeater?
Can you point out the position?
ramll
Participant
1128 Points
1307 Posts
Re: Display Text and Small Image on the Repeater Image
Dec 01, 2012 05:14 PM|LINK
http://forums.asp.net/t/1862191.aspx/1?Displaying+Image+on+a+Image