<asp:TemplateColumn HeaderText="选定&lt;br&gt;厂家">
<ItemTemplate>
<asp:Label id=Label_zbcj runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.xdcj") %>'>
</asp:Label>
</ItemTemplate>
<FooterTemplate>
<FONT face="宋体"></FONT>
</FooterTemplate>
<EditItemTemplate>
<FONT face="宋体">
<asp:DropDownList id="DropDownList_zbcj" runat="server" >
                <asp:ListItem Value="A">A</asp:ListItem>
<asp:ListItem Value="B">B</asp:ListItem>
<asp:ListItem Value="C">C</asp:ListItem>
<asp:ListItem Value="D">D</asp:ListItem>
<asp:ListItem Value="E">E</asp:ListItem>
</asp:DropDownList></FONT>
</EditItemTemplate>
</asp:TemplateColumn>如果选择“B”,编辑的时候下拉列表中显示“B”而不是显示第一个“A”