Gets or sets the URL to an alternate image displayed in an System.Web.UI.WebControls.ImageField object when the value of the field specified by the ImageField.DataImageUrlField property is null.
Documentation for this section has not yet been entered.
When the value of the field specified by the ImageField.DataImageUrlField property is null, an image cannot be displayed in an System.Web.UI.WebControls.ImageField object. Use the ImageField.NullImageUrl property to specify the URL to an alternate image to display. The alternate image is usually an image that indicates that the normal image is not available or cannot be found.
As an alternative, you can simply display text when the field value is null by setting the ImageField.NullDisplayText property instead of this property. If the ImageField.NullImageUrl and ImageField.NullDisplayText properties are both set, the ImageField.NullImageUrl property has precedence.