<span id="AccountInfos" runat="server" style="margin-left:10px">各账号信息如下:</span>
             <br />
       <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" 
               CellPadding="4" ForeColor="#333333" GridLines="None" AllowPaging="True" 
               onpageindexchanging="GridView1_PageIndexChanging">
              <AlternatingRowStyle BackColor="White" />
              <Columns>
                  <asp:BoundField HeaderText="序号" />
                  <asp:BoundField HeaderText="用户账号" DataField="UserID" />
                  <asp:BoundField HeaderText="用户姓名" DataField="UserName" />
                  <asp:BoundField HeaderText="用户密码" DataField="UserPwd" />
                  <asp:BoundField HeaderText="用户性别" DataField="UserSex" />
                  <asp:BoundField HeaderText="所属部门" DataField="UserDep" />
                  <asp:BoundField HeaderText="启用时间" DataField="GatingTime" />
                  <asp:BoundField HeaderText="用户角色" DataField="UserRole"/>
                  <asp:BoundField DataField="Note" HeaderText="账号状态" />
                  <asp:BoundField DataField="CueInfo" HeaderText="提示" />
              </Columns>
              <EditRowStyle BackColor="#2461BF" />
              <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
              <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
              <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
              <RowStyle BackColor="#EFF3FB" />
              <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
              <SortedAscendingCellStyle BackColor="#F5F7FB" />
              <SortedAscendingHeaderStyle BackColor="#6D95E1" />
              <SortedDescendingCellStyle BackColor="#E9EBEF" />
              <SortedDescendingHeaderStyle BackColor="#4870BE" />
         </asp:GridView>