Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
how to apply bootstarp carousel to repeater
Phaneendra Chakravaram
7y
129
1
Reply
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>
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to Create a Drone For Selfie??
How to bind Tree View Node from database dynamically in asp