TableStyle.BackImageUrl Property
.NET Framework 3.0
Gets or sets the URL of an image to display in the background of a table 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 a table control. The default is String.Empty.Community Additions
ADD
Show:
Note: