repeater control not showing table format properly in IE 11.0
but working in google chrome
my code
<ItemTemplate>
<tr>
<td style="border-left: thin solid; border-top: thin solid; border-bottom: thin solid;"><%# DataBinder.Eval(Container.DataItem, "C1")%></td>
</td>
working but table format not visible in IE 11.0