smssend.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 147 行
ASPX
147 行
<%@ page language="C#" autoeventwireup="true" inherits="UserManagement_UserInfoList, App_Web_e21qqgef" theme="SkinFile" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>无标题页</title>
<link href="../Source/table.css" rel="Stylesheet" type="text/javascript" />
</head>
<body style="margin-top: 10px">
<form id="form1" runat="server">
<div>
<table style="width: 778px; background-color: #f3f8ff;">
<tr>
<td style="width: 776px; height: 25px; background-color: #9ac4e0">
<asp:Label ID="Label5" runat="server" Text="" Width="203px" Font-Size="10pt">位置: 短信管理 > 用户组选择</asp:Label></td>
</tr>
<tr>
</tr>
<tr>
<td align="left" style="width: 774px; height: 30px;" valign="top">
<table style="width: 771px; background-color: #4289c2; font-size: small">
<tr>
<td>
请选择用户组</td>
<td>
<asp:DropDownList ID="cbUserTeam" runat="server" Width="97px" AutoPostBack="True" OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged1">
</asp:DropDownList>
</td>
<td>
请选择部门单位</td>
<td>
<asp:DropDownList ID="cbDept" runat="server" Width="97px" AutoPostBack="True">
</asp:DropDownList></td>
<td>
请选择性别</td>
<td>
<asp:DropDownList ID="cbSex" runat="server" Width="97px" AutoPostBack="True">
</asp:DropDownList>
</td>
<td>
请输入姓名</td>
<td>
<asp:TextBox ID="tbName" runat="server" Width="99px"></asp:TextBox></td>
</tr>
</table>
<table style="width: 771px; background-color: #4289c2; font-size: small">
<tr>
<td style="width: 84px">
请输入职务</td>
<td style="width: 100px">
<asp:TextBox ID="tbDuty" runat="server" Width="96px"></asp:TextBox></td>
<td style="width: 97px">
请输入日期</td>
<td>
<asp:TextBox ID="tbYear1" runat="server" Width="48px"></asp:TextBox>年<asp:DropDownList
ID="cbMonth1" runat="server" Width="54px">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>月<asp:DropDownList ID="cbDay1" runat="server" Width="54px">
</asp:DropDownList>日<asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click"
Text="查询" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 777px; height: 243px;" valign="top" align="left">
<asp:Label ID="Label1" runat="server" Height="22px" Text=' <table class="table1" style="width: 770px; 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> '
Width="521px"></asp:Label>
<asp:Panel ID="Panel1" runat="server" Height="280px" ScrollBars="Vertical" Width="125px">
<asp:GridView ID="GridView1" runat="server" DataKeyNames="UserID" AutoGenerateColumns="False" PageSize="10" OnPageIndexChanging="GridView1_PageIndexChanging" Width="752px">
<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>
<asp:BoundField DataField="Mobile" HeaderText="手机号" />
</Columns>
<EmptyDataTemplate>
<table style="width: 768px; 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>
</asp:GridView>
</asp:Panel>
</td>
</tr>
<tr>
<td style="direction: rtl; width: 777px; height: 60px" valign="bottom">
<asp:Button ID="btnSend" runat="server" OnClick="btnSend_Click" Text="发送" Font-Size="10pt"
Height="21px" />
<asp:Button ID="btnSubmit" runat="server" OnClick="btnSubmit_Click" Text="提交" Font-Size="10pt"
Height="21px" />
<asp:Button ID="btnSelectAll" runat="server" OnClick="btnSelectAll_Click" Text="全选"
Font-Size="10pt" Height="21px" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?