R
ruca
Hi people,
I can I format this expression into a double of two places:
<ItemTemplate>
<asp:Label runat="server" text='<%#
((DataBinder.Eval(Container,"DataItem.Duracao"))*24).ToString()%>' />
</ItemTemplate>
I can I format this expression into a double of two places:
<ItemTemplate>
<asp:Label runat="server" text='<%#
((DataBinder.Eval(Container,"DataItem.Duracao"))*24).ToString()%>' />
</ItemTemplate>