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

📄 sms_groupsend.aspx

📁 这是个短信群发的程序
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Sms_GroupSend.aspx.cs" Inherits="SMS_Sms_GroupSend" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <link href="CSS/style.css" rel="stylesheet" type="text/css">
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <table width="100%" border="0" cellspacing="0" cellpadding="5">
    <tr><td align=center>
    <b>群发短信历史记录</b>
    </td></tr>
      <tr >
  <td  id="send"  runat=server align=center><A href="Sms_List.aspx">普通短信发送记录</A>&nbsp;&nbsp;&nbsp;&nbsp;<a href="Sms_GroupSend.aspx">群发短信历史记录</a></td>
  </tr>
    </table>
    <asp:GridView ID="GridView1" runat="server"  AllowPaging="True" CellPadding="4" ForeColor="#333333" GridLines="None"  OnPageIndexChanging="GridView1_PageIndexChanging" PageSize="12" AutoGenerateColumns="False" Width="100%">
        
        <Columns>
        
        <asp:BoundField DataField="id" HeaderText="编号" ItemStyle-Width="8%" />
        <asp:BoundField DataField="sms_memo" HeaderText="短信内容" ItemStyle-Width="50%"/>
        <asp:BoundField DataField="sms_count" HeaderText="合计(条)" ItemStyle-Width="8%"/>
        <asp:BoundField DataField="successCount" HeaderText="成功(条)" ItemStyle-Width="8%"/>
        <asp:BoundField DataField="failcount" HeaderText="失败(条)" ItemStyle-Width="8%"/>
        
        <asp:BoundField DataField="time" HeaderText="操作时间" ItemStyle-Width="20%"/>
        
        </Columns>
            <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
            <RowStyle BackColor="#EFF3FB"  HorizontalAlign=Center/>
            <EditRowStyle BackColor="#2461BF" />
            <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
            <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
            <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
            <AlternatingRowStyle BackColor="White" />
        </asp:GridView>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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