I got it working. Everything is working fine if I just change my <img> tag to
<
img alt='<%# Eval("ProdTitle") %>' src='CreateThumbNail.aspx?image=images/collections/<%# Eval("Prodimgpath") %>' style="border: 0">
The problem was with the path of the images. Its good to know that we can even display the image through a .aspx page.