Hello

I am trying dynamically assigning properties with and height of an image by passing the values in prdD_witdh and prdD_height. I put it trough debug and the values are there however the image does not show at all. Is it possible that asp.net do not allow to change the value of this properties at run time ? Appreciate any help

<a href='ProductDetails.aspx?productID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'>
<img src='ProductImages/thumbs/<%# DataBinder.Eval(Container.DataItem, "ProductImage") %>' width=prdD_width height=prdD_height border="0" >
</a>