WebControl::BorderWidth Property
Gets or sets the border width of the Web server control.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The specified border width is a negative value. |
Use the BorderWidth property to specify a border width for a control.
Note |
|---|
This property does not work with all Web server controls. It applies only to controls that display as a table, such as Table and DataGrid. |
This property is set with a Unit object. If the Value property of the Unit contains a negative number, an exception is thrown.
Note |
|---|
The border width can be expressed only in pixels for browsers earlier than Microsoft Internet Explorer version 5. All unit types are supported in Microsoft Internet Explorer version 5 and later. Refer to the specific control for details. |
The following example illustrates how to set the BorderWidth property of the Table control, inherited from the WebControl base class.
Note |
|---|
The following code sample uses the single-file code model and may not work correctly if copied directly into a code-behind file. This code sample must be copied into an empty text file that has an .aspx extension. For more information on the Web Forms code model, see ASP.NET Web Forms Page Code Model. |
Available since 1.1
