GridView.BackImageUrl Property
.NET Framework 3.0
Gets or sets the URL to an image to display in the background of a GridView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_BackImageUrl () /** @property */ public void set_BackImageUrl (String value)
public function get BackImageUrl () : String public function set BackImageUrl (value : String)
Not applicable.
Property Value
The URL of an image to display in the background of the GridView control. The default is an empty string (""), which indicates that this property is not set.Community Additions
ADD
Show:
Note: