62,267
社区成员
发帖
与我相关
我的任务
分享
<asp:TemplateField HeaderText="拆分数量" InsertVisible="False">
<ItemStyle HorizontalAlign="Right" Width="60px"/>
<HeaderStyle HorizontalAlign="Center" Width="60px" />
<ItemTemplate>
<asp:TextBox id="TxtSL" runat="server" Width="60px" MaxLength="10" Text='<%# DataBinder.Eval(Container.DataItem,"分车数量","{0:#.##}") %>'>
</asp:TextBox>
</ItemTemplate>
</asp:TemplateField>