Carousel image loading 'on the fly'

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” } })

sorry problem solved …
handler had an error