Hi,
I have a grid with Skin="Web20" and one of the GridTemplateColumn has the following for ItemTemplate:
Thank you,
Vincent
I have a grid with Skin="Web20" and one of the GridTemplateColumn has the following for ItemTemplate:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="LabelCell" id="tdAddressId">Address ID:</td>
<td class="ControlCell"><%# Eval( "AddressID" ) %></td>
</tr>
<tr>
<td class="LabelCell">Address Type:</td>
<td class="ControlCell"><%# Eval( "AddressType" ) %></td>
</tr>
</table>
.LabelCell
{
text-align:right;
padding-right:5px;
color:#617fb5;
white-space:nowrap;
border: 0px
}
Thank you,
Vincent
