How to provide an alternate image when the orginal image is missing?
<img border=0 src='<%# (Eval("Image").ToString() != null) ? "http://www.mynewsite.com/Images/thumb/" + Eval("Image") : "path_of_dummy_image" %>' />
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment