TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vikas Ahlawat
NA
564
818k
Repeater Problem
Jul 27 2011 1:10 AM
I have taken a repeater control and inside it an image control , I want to apply style only on first image , how can i do this , that when i bind the data then style apply on first image like
<img src="images/album1/bw/2.jpg" alt="" style="display:block;"/>
<img src="images/album1/bw/2.jpg" alt="" />
<img src="images/album1/bw/2.jpg" alt="" />
<asp:Repeater id="categoryimageRepeater" runat="server"
onitemdatabound="categoryimageRepeater_ItemDataBound1">
<ItemTemplate>
<asp:Image ID="categoryImageButton" runat="server" AlternateText="" ImageUrl ='<%# "~/Albums/" +Eval("ID")+"/"+ Eval("Imagepath") %>' />
</ItemTemplate>
</asp:Repeater>
Reply
Answers (
5
)
C#.net cofiguration file
How to convert webcam captured picture to byte