How can i use a (asp) handler to load images into a carousel ?
like :
imgList.push({ css: “image”, template: img, data: { src: “Handler.ashx?PhotoId=1234” } })
imgList.push({ css: “image”, template: img, data: { src: “Handler.ashx?PhotoId=1235” } })