⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readysms.aspx

📁 该服务平台解决了计算机网络与移动网络之间信息交换问题
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="MsgManagement_ReadySMS, App_Web_3ugek-vd" 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 style="margin-top: 10px" scroll="no">
    <form id="form1" runat="server">
        <div>
            <table style="width: 773px; height: 1px; background-color: #f3f8ff">
                <tr>
                    <td style="width: 773px; background-color: #9ac4e0; height: 25px">
                        &nbsp;<asp:Label ID="Label1" runat="server" Width="756px" Font-Size="10pt"></asp:Label></td>
                </tr>
                <tr>
                    <td  style="width: 773px; height: 11px" valign="top">
                        <asp:GridView ID="gridView" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                            OnPageIndexChanging="gridView_PageIndexChanging" PageSize="10" Width="751px">
                            <FooterStyle ForeColor="Black" />
                            <Columns>
                                <asp:TemplateField HeaderText="选择">
                                    <ItemTemplate>
                                        <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                    </ItemTemplate>
                                </asp:TemplateField>
                                <asp:BoundField DataField="SID" HeaderText="编号"></asp:BoundField>
                                <asp:BoundField DataField="SMSID" HeaderText="数据编号"></asp:BoundField>
                                <asp:BoundField DataField="MessageContent" HeaderText="短信内容">
                                    <ItemStyle HorizontalAlign="Left" />
                                </asp:BoundField>
                                <asp:BoundField DataField="SMSDate" HeaderText="编辑日期"></asp:BoundField>
                            </Columns>
                            <EmptyDataTemplate>
                                <table style="width: 760px; 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>
                                    </tr>
                                    
                                </table>
                            </EmptyDataTemplate>
                        </asp:GridView>
                        &nbsp;&nbsp;</td>
                </tr>
                <tr>
                    <td align="right" style="width: 773px; height: 60px" valign="bottom">
                       
                        <asp:Button ID="btnEdit" runat="server" OnClick="btnEdit_Click" Text="编辑" Width="39px"
                            Font-Size="10pt" />&nbsp;
                             <asp:Button ID="update" runat="server" OnClick="update_Click" Text="修改" Width="39px"
                            Font-Size="10pt" />&nbsp;
                        <asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="提交" Font-Size="10pt" />&nbsp;
                        <asp:Button ID="btnDelete" runat="server" OnClick="btnDelete_Click" Text="删除" Font-Size="10pt" />
                        &nbsp;&nbsp;&nbsp;</td>
                </tr>
                <tr>
                </tr>
                <tr>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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