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

📄 select_del_plan.aspx

📁 项目开发完整系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="select_del_plan.aspx.cs" Inherits="删除添加计划" %>

<!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>
    <link href="~/css/mm.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp;&nbsp;
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="font-size: 14pt"><strong>&nbsp;
            &nbsp;&nbsp; </strong><span style="font-size: 10pt">计划管理</span></span><span style="font-size: 10pt">
            </span>
        <table style="z-index: 102; left: 9px; width: 479px; position: absolute; top: 97px; font-size: 10pt;" border="1" cellpadding="0" cellspacing="0">
            <tr>
                <td style="width: 116px; height: 22px">
                    &nbsp;标题</td>
                <td style="width: 197px; height: 22px">
                    &nbsp;<asp:TextBox ID="plan_title" runat="server"></asp:TextBox></td>
                <td style="width: 212px; height: 22px">
                    <asp:Button ID="btn_select" runat="server" Text="搜索" OnClick="btn_select_Click" /></td>
            </tr>
        </table>
        <asp:GridView ID="planView" runat="server" Height="129px" 
            Width="472px" style="z-index: 101; left: 18px; position: absolute; top: 160px" AutoGenerateColumns="False" DataKeyNames="plan_ID" OnRowDataBound="planView_RowDataBound" OnRowDeleting="planView_RowDeleting">
            <Columns>
                <asp:BoundField DataField="plan_ID" HeaderText="plan_ID" Visible="False" />
                <asp:BoundField DataField="plan_title" HeaderText="标题" />
                <asp:BoundField DataField="plan_type" HeaderText="类型" />
                <asp:HyperLinkField DataNavigateUrlFields="plan_ID" DataNavigateUrlFormatString="~/teaching_manage_system/educate/plan_set/alt_plan.aspx?planID={0}"
                    DataTextField="plan_ID" DataTextFormatString="查看" HeaderText="详细信息" />
                <asp:BoundField DataField="plan_time" HeaderText="时间" />
                <asp:CommandField ShowDeleteButton="True" />
            </Columns>
        </asp:GridView>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp;
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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