|
-
Sep 24th, 2003, 10:30 AM
#1
Thread Starter
Junior Member
image
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|