mainsmstypeinfo.aspx

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

ASPX
75
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MainSMSTypeInfo.aspx.cs" Inherits="MsgManagement_MainSMSTypeInfo" 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">
    <form id="form1" runat="server">
  
        <div style=" width :741px; border-style :solid ; border-bottom:1px;  border-left:1px; border-right:1px; border-top:1px; border-color:#8AC5DB; height: 150px;">
            <table  style="width: 770px; background-color:#f3f8ff">
                <tr>
                    <td style="width: 766px; background-color:#9ac4e0; height:25px">
                        <span style="font-size: 10pt; ">&nbsp;<asp:Label ID="Label1" runat="server"  Width="643px">位置: &nbsp; 短信管理  &nbsp;> &nbsp; 短信类型设置</asp:Label></span></td>
                </tr>
                <tr></tr>
                <tr>
                    <td style="width: 766px; height: 10px" valign="top">
                        <asp:GridView ID="gridView" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                            OnPageIndexChanging="gridView_PageIndexChanging" PageSize="30">
                            <FooterStyle ForeColor="Black" />
                            <Columns>
                                <asp:TemplateField HeaderText="选择">

                                    <ItemTemplate>
                                        <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                    </ItemTemplate>
                                </asp:TemplateField>
                                <asp:BoundField DataField="Id" HeaderText="编号" />
                                <asp:BoundField DataField="SMSTypeID" HeaderText="短信类型编号">
                                </asp:BoundField>
                                <asp:BoundField DataField="SMSTypeName" HeaderText="短信类型名称">

                                </asp:BoundField>
                            </Columns>
                            <EmptyDataTemplate>
                                <table style="width: 766px; 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-right: 0px; border-top: 0px;height:11px">
                                            短信类型名称</th>
                                        
                                    </tr>
                                    
                                </table>
                            </EmptyDataTemplate>

                        </asp:GridView>
                    </td>
                </tr>
                
            </table>
            <table  width ="771px" style =" margin-top :100px">
             <tr>
                    <td align="right" colspan="2" style="height: 60px" valign="bottom"  >
                        <asp:Button ID="btnAddMainSMSType" runat="server" OnClick="btnAddMainSMSType_Click"
                            Text="添加" style="left: -336px; position: relative; top: -21px" />&nbsp;<asp:Button ID="btnUpdate" runat="server" OnClick="btnUpdate_Click"
                                Text="修改" style="left: -336px; position: relative; top: -21px" />
                        <asp:Button ID="btnDel" runat="server" OnClick="btnDel_Click" Text="删除" style="left: -336px; position: relative; top: -21px" /></td>
                </tr>
            </table>
        </div> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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