userinfolist.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 198 行 · 第 1/2 页
ASPX
198 行
用户组名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
部门单位名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
职务</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
姓名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
性别</th>
</tr>
</table>
</EmptyDataTemplate>
<RowStyle BackColor="SkyBlue" />
<AlternatingRowStyle BackColor="#DBEAF5" />
</asp:GridView>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="240px" ScrollBars="Vertical" Width="125px" BackColor="White" BorderColor="White" ForeColor="White">
<asp:GridView ID="GridView2" runat="server" DataKeyNames="UserID" AutoGenerateColumns="False"
OnPageIndexChanging="GridView2_PageIndexChanging" PageSize="10" BackColor="White" BorderColor="White" BorderStyle="Groove" ForeColor="Black">
<Columns>
<asp:TemplateField HeaderText="选择">
<ItemTemplate>
<asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="UserDefineID" HeaderText="编号" />
<asp:BoundField DataField="UserID" HeaderText="编号" InsertVisible="False" ReadOnly="True"
SortExpression="PK_ID"></asp:BoundField>
<asp:BoundField DataField="AreaName" HeaderText="用户组名"></asp:BoundField>
<asp:BoundField DataField="CorporationName" HeaderText="部门单位名"></asp:BoundField>
<asp:BoundField HeaderText="职务" SortExpression="Birthday" DataField="Duty"></asp:BoundField>
<asp:BoundField DataField="Name" HeaderText="姓名" SortExpression="Name"></asp:BoundField>
<asp:BoundField DataField="Sex" HeaderText="性别" SortExpression="Sex"></asp:BoundField>
</Columns>
<EmptyDataTemplate>
<table style="width: 766px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
<tr style="height: 12px;" align="center">
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; border-right-color: White; height: 11px">
选择</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
编号</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
用户组名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
部门单位名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
职务</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
姓名</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
性别</th>
</tr>
</table>
</EmptyDataTemplate>
<PagerSettings Mode="NumericFirstLast" />
<RowStyle BackColor="SkyBlue" BorderColor="White" />
<EditRowStyle BackColor="White" BorderColor="White" ForeColor="White" />
<SelectedRowStyle BackColor="#FF8000" BorderColor="#804000" />
<AlternatingRowStyle BackColor="#DBEAF5" BorderColor="White" ForeColor="Black" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
<tr>
<td style="direction: ltr; width: 756px; height: 32px; text-align: center; font-size: small;" valign="bottom">
<asp:Panel ID="panleMove" runat="server" Height="21px" Width="350px" Visible="False">
将该用户移动到第<asp:TextBox ID="tbLocation" runat="server" Width="30px"></asp:TextBox>的位置<asp:Button ID="btnMove" runat="server" Text="移动" OnClick="btnMove_Click" /></asp:Panel>
</td>
</tr>
<tr>
<td style="width: 756px; direction: rtl; height: 25px" >
<asp:Panel ID="btn" runat="server" Height="21px" Width="350px" Visible="False" style="right: 180px; position: relative; top: -1px">
<asp:Button ID="btnDelete" runat="server" OnClick="btnDelete_Click" Text="删除" Font-Size="10pt"
Height="21px" style="right: 100px; position: relative; top: -2px" />
<asp:Button ID="btnUpdate" runat="server" OnClick="btnUpdate_Click" Text="修改" Font-Size="10pt"
Height="21px" style="right: 100px; position: relative; top: -2px" />
<asp:Button ID="btnAddUserInfo" runat="server" OnClick="btnAddUserInfo_Click" Text="添加"
Font-Size="10pt" Height="21px" style="right: 100px; position: relative; top: -2px" />
<asp:Button ID="btnViewUserInfo" runat="server" OnClick="btnViewUserInfo_Click" Text="查看"
Font-Size="10pt" Height="21px" style="right: 100px; position: relative; top: -2px" /></asp:Panel></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?