smssend.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 266 行 · 第 1/2 页

ASPX
266
字号
                <tr>
                    <td style="direction: rtl; width: 770px; height: 45px" valign="bottom" align ="center">
                        &nbsp;<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>
           </asp:Panel>
               <asp:Panel ID="lbcustomer" runat ="server">
                <tr>
                    <td align="left" style="width: 756px; height: 30px;" valign="top">
                        <table style="width: 769px; background-color: #4289c2; font-size: small">
                            <tr>
                                <td style="width: 84px; height: 26px;">
                                    &nbsp;请选择类型</td>
                                <td style="height: 26px">
                                    <asp:DropDownList ID="cbCust" runat="server" Width="97px" AutoPostBack="True"
                                        OnSelectedIndexChanged="cbCust_SelectedIndexChanged">
                                    </asp:DropDownList>
                                </td>
                                <td style="height: 26px">
                                    请选择组别</td>
                                <td style="height: 26px">
                                    <asp:DropDownList ID="group" runat="server" Width="97px" AutoPostBack="True" >
                                    </asp:DropDownList></td>
                                <td style="height: 26px">
                                    请选择性别</td>
                                <td style="height: 26px">
                                    <asp:DropDownList ID="ddsex" runat="server" Width="97px" OnSelectedIndexChanged="ddsex_SelectedIndexChanged" style="left: 11px; position: relative">
                                    </asp:DropDownList>
                                </td>
                                <td style="height: 26px">
                                    请输入姓名</td>
                                <td style="width: 118px; height: 26px">
                                    <asp:TextBox ID="tbCustName" runat="server" Width="99px"></asp:TextBox></td>
                            </tr>
                        </table>
                        <table style="width: 769px; background-color: #4289c2; font-size: small">
                            <tr>
                                <td style="width: 84px; height: 27px;">
                                    &nbsp;请输入职务</td>
                                <td style="width: 106px; height: 27px;">
                                    <asp:TextBox ID="zhiwu" runat="server" Width="89px"></asp:TextBox></td>
                                <td style="width: 70px; height: 27px;">
                                    请输入生日</td>
                                <td style="height: 27px">
                                    <asp:TextBox ID="tbbath" runat="server" Width="90px" ></asp:TextBox>
                                    &nbsp; 请输入入伙时间<asp:TextBox ID="TextBox4" runat="server" Style="position: relative; left: 2px;"
                                        Width="93px"></asp:TextBox>
                                    <asp:Button ID="btsearch" runat="server" OnClick="btsearch_Click"
                                        Text="查询" style="left: 75px; position: relative" />&nbsp;
                                    <asp:Button ID="btnAll" runat="server" Text="全部数据" Width="58px" OnClick="btnAllData_Click" style="left: 78px; position: relative" /></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                </tr>
                <tr>
                    <td style="width: 756px; height: 243px;" valign="top" align="left">
                        <asp:Label ID="Label2" runat="server" Height="22px" Text='&#13;&#10;            <table class="table1" style="width: 768px; height: 11px; background-color: #DBEAF5; font-size: 10pt">&#13;&#10;                                    <tr style="height: 12px;" align="center">&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px; border-right-color: White; height:11px">&#13;&#10;                                            选择</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            编号</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            客户类型</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-right: 0px; border-top: 0px;height:11px">&#13;&#10;                                            客户组别</th>&#13;&#10;                                         <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            职务</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-right: 0px; border-top: 0px;height:11px">&#13;&#10;                                            姓名</th>&#13;&#10;                                         <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            性别</th>&#13;&#10;                                        &#13;&#10;                                    </tr>&#13;&#10;                                    &#13;&#10;                                </table>&#13;&#10;                 '
                            Width="521px"></asp:Label>
                        <asp:Panel ID="Panel2" runat="server" Height="240px" ScrollBars="Vertical" Width="125px">
                            <asp:GridView ID="GridView2" runat="server" DataKeyNames="CustomerID" AutoGenerateColumns="False"
                                OnPageIndexChanging="GridView1_PageIndexChanging" Width="745px" OnSelectedIndexChanged="GridView2_SelectedIndexChanged">
                                <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="CustomerID" HeaderText="用户编号" InsertVisible="False" ReadOnly="True"
                                        SortExpression="PK_ID"></asp:BoundField>
                                    <asp:BoundField DataField="TypeName" HeaderText="客户类型"></asp:BoundField>
                                    <asp:BoundField DataField="GroupName" 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="手机号"></asp:BoundField>
                                </Columns>
                                <EmptyDataTemplate>
                                    <table style="width: 740px; 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>
                                <RowStyle BackColor="#9AC4E0" />
                            </asp:GridView>
                        </asp:Panel>
                        
                    </td>
                </tr>               
                <tr>
                    <td style="width: 756px; direction: rtl; height: 25px;border-style :solid ; border-bottom:0px;  border-left:0px; border-right:0px; border-top:1px; border-color:#8AC5DB" align ="center">                                          
                        
                        <asp:Button ID="btnUpdate" runat="server" OnClick="btnUpdate_Click" Text="提交" Font-Size="10pt"
                            Height="21px" />
                             <asp:Button ID="Btall" runat="server" OnClick="Btall_Click" Text="全选"
                            Font-Size="10pt" Height="21px" />
                     </td>
                </tr>
             </asp:Panel>
                </table>
            <asp:Label ID ="label" runat ="server" Width="766px" Height="20px"></asp:Label>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?