https://www.jqueryscript.net/demo/jQuery-Plugin-For-Automatic-Background-Slideshow-with-Image-Zoom-Effect-zoomslider/
here my csharp code
var jsonresult = JsonConvert.DeserializeObject(result);
var imagepath = jsonresult.Thumbs.ToList();
ProductDataList2.DataSource = imagepath;
ProductDataList2.DataBind(); (here iam binding to listview controller)
aspx code
...............
but jqueruy code is
(this is static data now i want load images here
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Sagar Pandurang KapPosted Jan 30, 2018, 12:04 AM