submisionmsg.aspx

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

ASPX
105
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SubmisionMsg.aspx.cs" Inherits="MsgManagement_SubmisionMsg"
    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 runat="server">
    <title>无标题页</title>
</head>
<body scroll="no" style="margin-top: 10px">
    <form id="form1" runat="server">
        <div style =" width :745px; border-style :solid ; border-bottom:1px;  border-left:1px; border-right:1px; border-top:1px; border-color:#8AC5DB">
            <table style="width: 755px; height: 1px; background-color: #f3f8ff">
                <tr>
                    <td style="height: 25px; background-color: #9ac4e0; width :740px" colspan="2">
                        <span style="font-size: 10pt">&nbsp;<asp:Label ID="Label1" runat="server" Width="597px"
                            Font-Size="10pt"></asp:Label></span></td>
                </tr>
                <tr>
                </tr>
                <tr>
                    <td align="left" colspan="2" style="height: 7px; width: 774px;" valign="top">
                        <table style="width: 769px; background-color: #4289c2; font-size: small;">
                            <tr>
                                <td align="left" style="width: 64px">
                                    提交人</td>
                                <td align="left" style="width: 169px">
                                    <asp:TextBox ID="tbSubmissionMan" runat="server" Font-Size="10pt"></asp:TextBox></td>
                                <td align="left" style="width: 85px">
                                    短信内容</td>
                                <td align="left" style="width: 337px">
                                    <asp:TextBox ID="tbContent" runat="server"></asp:TextBox>
                                    <asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click" Text="查询" /></td>
                                <td align="left" style="width: 324px">
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                </tr>
                <tr>
                    <td align="left" colspan="2" style="height: 11px; width :774px" valign="top">
                        <asp:GridView ID="gvResult" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                            OnPageIndexChanging="gvResult_PageIndexChanging" PageSize="12" OnSelectedIndexChanged="gvResult_SelectedIndexChanged">
                            <Columns>
                                <asp:TemplateField HeaderText="选择">
                                    <ItemTemplate>
                                        <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                    </ItemTemplate>
                                </asp:TemplateField>
                                <%--<asp:TemplateField HeaderText="序号">
                                    <ItemTemplate>
                                        <%--<asp:Label ID="Label1" runat="server" Text='<%#Container.DataItemIndex + 1 %>'></asp:Label>--%>
                                       

                                    
                                <asp:BoundField DataField="SID" HeaderText="编号"></asp:BoundField>
                                <asp:BoundField DataField="SMSID" HeaderText="数据编号"></asp:BoundField>
                                <asp:BoundField DataField="MessageContent" HeaderText="短信内容"></asp:BoundField>
                                <asp:BoundField DataField="UserName" HeaderText="提交人"></asp:BoundField>
                                <asp:BoundField DataField="SMSDate" HeaderText="提交时间"></asp:BoundField>
                            </Columns>
                            <EmptyDataTemplate>
                                <table style="width: 756px; 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-right: 0px; border-top: 0px; height: 11px">
                                            提交时间</th>
                                    </tr>
                                </table>
                            </EmptyDataTemplate>
                        </asp:GridView>
                    </td>
                </tr>
                <tr>
                    <td style="direction: rtl; width: 756px; height: 60px" align ="center" valign="bottom">
                        &nbsp; &nbsp;
                        <asp:Button ID="btnDelete" runat="server" Text="删除" OnClick="btnDelete_Click" />&nbsp;
                        <asp:Button ID="btnSend" runat="server" Text="发送" OnClick="btnSend_Click" />&nbsp;
                        <asp:Button ID="btnUpdate" runat="server" Text="修改" OnClick="btnUpdate_Click" />&nbsp;
                     </td>  
                </tr>
                <tr>
                  <td> 
                      <asp:Label ID="lbCount" runat="server"  Width="415px" ForeColor ="red"></asp:Label>
                      <asp:Label ID="lbBZ" runat="server"  Width="195px"></asp:Label></td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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