日期:2014-05-17 浏览次数:20684 次
<asp:TemplateField HeaderText="去向">
<EditItemTemplate>
<asp:TextBox ID="TxtCar_add" runat="server" [color=#FF0000]Text=' <%# Bind("Car_add") %>'[/color]> </asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text=' <%# Bind("Car_add") %>'> </asp:Label>
</ItemTemplate>
<ItemStyle Width="250px" />
<ControlStyle Width="250px" />
</asp:TemplateField>