steven4733-gmail
-
1/25/2012 2:10:41 PM
How to tell if there is an image
I created a document type, which has a field image, that users upload image using a uploader. This field is not a required field. I found if I use<%# IfEmpty(Eval("Image"),"",...) %> in transmission, it does not tell if it is there. Then how to tell if there is an image?
|