<asp:TemplateField HeaderText="权限"> <EditItemTemplate><asp:DropDownList ID="dropIfAdmin2" runat="server">
  <asp:ListItem Value="1" Text="管理员">
  </asp:ListItem><asp:ListItem Value="0" Text="用户">
  </asp:ListItem>
  </asp:DropDownList>
 </EditItemTemplate>
                    
 <ItemTemplate>
  <asp:Label ID="Label1" runat="server" Text='<%# Bind("IfAdmin") %>'></asp:Label>
 </ItemTemplate> <ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>如题求解释