System.Web.UI.WebControls.TableStyle.BackImageUrl Property

Gets or sets the URL of an image to display in the background of a table control.

Syntax

[System.ComponentModel.DefaultValue("")]
[System.Web.UI.UrlProperty]
[System.ComponentModel.NotifyParentProperty(true)]
public virtual string BackImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableStyle.BackImageUrl property to specify the URL of an image to display in the background of the table control.

Note:

The image will be tiled if it is smaller than the table. Similarly, the image is cropped if it is larger than the table.

The value of this property is stored in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0