FormView::BackImageUrl Property
.NET Framework (current version)
Gets or sets the URL to an image to display in the background of a FormView control.
Assembly: System.Web (in System.Web.dll)
public: property String^ BackImageUrl { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The URL to an image to display in the background of the FormView control. The default is an empty string (""), which indicates that this property is not set.
.NET Framework
Available since 2.0
Available since 2.0
Show:
