日期:2014-05-18 浏览次数:20542 次
<EditItemTemplate> <asp:DropDownList ID="dropOrderStatuses" runat="server" SelectedValue='<%# Bind("StatusId") %>'> <asp:ListItem Value="1">已确认</asp:ListItem> <asp:ListItem Value="2">未确认</asp:ListItem> <asp:ListItem Value="3">已取消</asp:ListItem> </asp:DropDownList> </EditItemTemplate>