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
Devendra Kumar
NA
517
243.2k
bind multiple image in repeater from database
Mar 11 2016 3:54 AM
i want to bind three image in data repeater from database:
use this code:
<asp:Repeater ID="rpt_slider" runat="server">
<ItemTemplate>
<asp:Image ID="image1" runat="server" ImageUrl='<%#Eval("Image","~/ProductImages/{0}") %>' />
</a>
</ItemTemplate>
</asp:Repeater>
and use sp: like
select TagName, Image from tbl_Image_Master
but it show only one image i want to show three image :
Reply
Answers (
2
)
Retrieve value from the parameter in web service Get Method
How Can I Update Check box cheked values in ASP.NET MVC