[求助] 为什么编辑模板列EditItemTemplate中的DropDownList控件无法显示?
<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>