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
jQuery-Plugin-For-Automatic-Background-Slideshow-with-Image-
Nov 21 2017 11:20 AM
https://www.jqueryscript.net/demo/jQuery-Plugin-For-Automatic-Background-Slideshow-with-Image-Zoom-Effect-zoomslider/
here my csharp code
var jsonresult = JsonConvert.DeserializeObject<RootObject>(result);
var imagepath = jsonresult.Thumbs.ToList();
ProductDataList2.DataSource = imagepath;
ProductDataList2.DataBind(); (here iam binding to listview controller)
aspx code
...............
<asp:ListView runat="server" ID="lvw">
<LayoutTemplate>
<div id="gallery">
<asp:PlaceHolder ID="itemPlaceholder" runat="server"></asp:PlaceHolder>
</div>
</LayoutTemplate>
<ItemTemplate>
<asp:Image ID="Image1" runat="server" ImageUrl='<%# string.Format("http://q-tfgg.com/"+ Eval("poster_path")) %>' />
</ItemTemplate>
</asp:ListView
but jqueruy code is
<div id="demo-1" data-zs-src='["photos/8266426033_c8c830e351_h.jpg", "photos/8266429353_d07ce461b6_h.jpg", "photos/8270243344_9162d815d3_h.jpg"]' data-zs-overlay="dots"> (this is static data now i want load images here
Reply
Answers (
1
)
how to set position of tool tip in right in window forms
How can I access html elements in MVC