ImageField.DataImageUrlField Property
Assembly: System.Web (in system.web.dll)
public: virtual property String^ DataImageUrlField { String^ get (); void set (String^ value); }
/** @property */ public String get_DataImageUrlField () /** @property */ public void set_DataImageUrlField (String value)
public function get DataImageUrlField () : String public function set DataImageUrlField (value : String)
Property Value
The name of the field to bind to the ImageUrl property of each image in an ImageField object.Use the DataImageUrlField property to specify the name of the field to bind to the ImageUrl property of each image in an ImageField object. The specified field must contain the URLs for the images to display in the ImageField object. You can optionally format the URL values by setting the DataImageUrlFormatString property.
Note |
|---|
| When the filed value is a null reference (Nothing in Visual Basic), an image cannot be displayed. You can display an alternate image for a null reference (Nothing in Visual Basic) field values by setting the NullImageUrl property. Instead of an alternate image, you can display alternate text by setting the NullDisplayText property. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note