DetailsView::BackImageUrl Property
Gets or sets the URL to an image to display in the background of a DetailsView control.
Assembly: System.Web (in System.Web.dll)
public: virtual property String^ BackImageUrl { String^ get (); void set (String^ value); }
<asp:DetailsView BackImageUrl="String" />
Property Value
Type: System::StringThe URL to an image to display in the background of the DetailsView control. The default is an empty string (""), which indicates that this property is not set.
Use the BackImageUrl property to specify the URL to an image to display in the background of a DetailsView control.
Note |
|---|
If the specified image is smaller than the DetailsView control, the image is tiled to fill in the background. If the image is larger than the control, the image is cropped. |
The following code example demonstrates how to use the BackImageUrl property to display a custom image in the background of a DetailsView control. You must provide your own image for this example to work.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note