Hi
Whenever i hide a label in the itemtemplate the vertical gridline seems missing.
<ItemTemplate>
<asp:Label ID="Product" runat="server"
Visible='<%# IIf(DataBinder.Eval(Container.DataItem, "Product") = "DisCon", "True", "False")%>' Text='<%# Eval("Price", "S{0:C}") %>'></asp:Label>
</ItemTemplate>
How should i solve this? thanks
Whenever i hide a label in the itemtemplate the vertical gridline seems missing.
<ItemTemplate>
<asp:Label ID="Product" runat="server"
Visible='<%# IIf(DataBinder.Eval(Container.DataItem, "Product") = "DisCon", "True", "False")%>' Text='<%# Eval("Price", "S{0:C}") %>'></asp:Label>
</ItemTemplate>
How should i solve this? thanks