kumar yoga

kumar yoga

  • NA
  • 158
  • 73.4k

asp.net

Mar 24 2016 8:27 AM
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  
 
 

Answers (1)