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
Phaneendra Chakravaram
NA
490
100.1k
how to apply bootstarp carousel to repeater
Nov 10 2017 2:10 AM
how to apply bootstarp carousel to repeater iam trying but caurosel not working plz help
<asp:Repeater runat="server" ID="ItemRepeater">
<ItemTemplate>
<div class="item <%# (Container.ItemIndex == 0 ? "active" : "") %>">
<div class="row">
<img class="img-responsive" src="<%# Eval("Imagepath").ToString() %>" alt="<%# Eval("Mname").ToString() %>">
</div> <%-- <div class="col-md-7 page-text">
<%# Eval("Mname").ToString() %>
<br />
</div>--%>
</div>
<div class="push"></div>
</div>
</ItemTemplate>
</asp:Repeater>
Reply
Answers (
1
)
How to Create a Drone For Selfie??
How to bind Tree View Node from database dynamically in asp