Gets or sets the name of the field from the data source that contains the values to bind to the System.Web.UI.MobileControls.Image.ImageUrl property of each image in an System.Web.UI.WebControls.ImageField object.
Documentation for this section has not yet been entered.
Use the ImageField.DataImageUrlField property to specify the name of the field to bind to the System.Web.UI.MobileControls.Image.ImageUrl property of each image in an System.Web.UI.WebControls.ImageField object. The specified field must contain the URLs for the images to display in the System.Web.UI.WebControls.ImageField object. You can optionally format the URL values by setting the ImageField.DataImageUrlFormatString property.
When the filed value is null, an image cannot be displayed. You can display an alternate image for null field values by setting the ImageField.NullImageUrl property. Instead of an alternate image, you can display alternate text by setting the ImageField.NullDisplayText property.