System.Web.UI.WebControls.TableCell.AssociatedHeaderCellID Property

Gets or sets a space-separated list of table header cells associated with the System.Web.UI.WebControls.TableCell control.

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter))]
[System.ComponentModel.DefaultValue(null)]
public virtual string[] AssociatedHeaderCellID { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TableCell.AssociatedHeaderCellID property contains a list of header cell programmatic identifiers that provide header information of the System.Web.UI.WebControls.TableCell control. The list of header cell identifiers is rendered as a comma delimited list into the HTML <td> element's header attribute.

When setting the TableCell.AssociatedHeaderCellID property use a comma delimited list of strings. If an element of the list is not recognized as a valid table header cell an System.Web.HttpException is thrown when the TableCell.AddAttributesToRender(System.Web.UI.HtmlTextWriter) is invoked.

Requirements

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