From http://www.w3schools.com (Copyright Refsnes Data)
Complete Table Control Reference
The GridLines property is used to get or set the grid line style of the Table control.
|
<asp:Table GridLines="mode" runat="server"> Some Content </asp:Table> |
| Attribute | Description |
|---|---|
| mode | Specifies the grid line style for the table Possible Values:
|
ExampleThe following example sets the GridLines property to "Both":
Show example » |
Complete Table Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)