📄 select_del_school_plan.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="select_del_school_plan.aspx.cs" Inherits="teaching_manage_school_plan_select_del_school_plan" %>
<!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>
<table>
<tr>
<td colspan="3">
基础设置信息管理</td>
</tr>
<tr>
<td style="width: 100px">
类型</td>
<td style="width: 100px">
<asp:DropDownList ID="sp_type" runat="server" Width="121px">
<asp:ListItem Selected="True"></asp:ListItem>
<asp:ListItem>校历</asp:ListItem>
<asp:ListItem>周历</asp:ListItem>
<asp:ListItem>其他</asp:ListItem>
</asp:DropDownList>
</td>
<td style="width: 100px">
<asp:Button ID="btn_selectsp" runat="server" Text="搜索" OnClick="btn_selectsp_Click" /></td>
</tr>
<tr>
<td colspan="3">
<asp:GridView ID="spView" runat="server" AutoGenerateColumns="False" Height="187px"
Width="429px" DataKeyNames="school_pID" OnRowDataBound="spView_RowDataBound" OnRowDeleting="spView_RowDeleting">
<Columns>
<asp:BoundField DataField="school_pID" HeaderText="school_pID" Visible="False" />
<asp:BoundField DataField="school_ptype" HeaderText="类型" />
<asp:BoundField DataField="school_pstartdate" HeaderText="开始时间" />
<asp:BoundField DataField="school_penddate" HeaderText="结束时间" />
<asp:HyperLinkField DataNavigateUrlFields="school_pID" DataNavigateUrlFormatString="~/teaching_manage/school_plan/alt_school_plan.aspx?school_pID={0}"
DataTextField="school_pID" DataTextFormatString="查看" HeaderText="详细信息" />
<asp:CommandField ShowDeleteButton="True" />
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -