📄 departschedule.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="DepartSchedule.aspx.cs" Inherits="ScheduleManage_DepartSchedule_DepartSchedule"
Title="Untitled Page" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<script language="javascript" type="text/javascript" src="../../My97DatePicker/WdatePicker.js"
charset="gb2312"></script>
<asp:UpdatePanel id="UpdatePanel1" runat="server">
<contenttemplate>
<div style="width: 99%" align="center">
<div style="width: 90%">
<span style="font-size: 12pt"><strong>部 门 日 程 </strong></span>
<br />
<hr />
</div>
<div style="width: 90%">
<div style="width: 99%" align="left">
<asp:Label ID="lab_organ" runat="server" Text="选择机构--:" Width="69px"></asp:Label>
<asp:DropDownList ID="ddl_organ" runat="server" Width="141px" AutoPostBack="True"
OnSelectedIndexChanged="ddl_organ_SelectedIndexChanged">
</asp:DropDownList>
<asp:Label ID="lab_branch" runat="server" Text="选择部门--:" Width="72px"></asp:Label>
<asp:DropDownList ID="ddl_branch" runat="server" Width="114px">
</asp:DropDownList>
<asp:Label ID="lab_name" runat="server" Text="姓名:" Width="45px"></asp:Label>
<asp:TextBox ID="txt_name" runat="server" Width="139px"></asp:TextBox>
<br /><br />
<asp:Label ID="lab_datetime" runat="server" Text="日期----:" Width="65px"></asp:Label>
<asp:TextBox ID="txt_datatime" onfocus="new WdatePicker(this,'%Y-%M-%D',true,'default')"
runat="server" Width="170px" CssClass="Wdate"></asp:TextBox>
<asp:ImageButton ID="ImageButton1" OnClick="ImageButton1_Click" runat="server" ImageUrl="~/Images/search.gif"
Width="96px"></asp:ImageButton>
<div style="width: 99%; height:12px; background-color: #66ccff;" align="left">
</div>
<div style="width: 99%">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="ddl_organ"
ErrorMessage="机构信息不完整!"> *</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="ddl_branch"
ErrorMessage="部门信息不完整!">*</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txt_datatime"
ErrorMessage="时间信息不完整!"> *</asp:RequiredFieldValidator>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowSummary="False"
ShowMessageBox="True"></asp:ValidationSummary>
</div>
</div>
<div style="width: 99%">
<asp:GridView ID="GridView1" runat="server" OnRowDataBound="GridView1_RowDataBound"
Height="1px" BorderStyle="Ridge" BackColor="White" GridLines="None" BorderColor="White"
BorderWidth="2px" CellSpacing="1" CellPadding="3">
<FooterStyle BackColor="#C6C3C6" ForeColor="Black"></FooterStyle>
<RowStyle BackColor="#DEDFDE" ForeColor="Black"></RowStyle>
<PagerStyle HorizontalAlign="Right" BackColor="#C6C3C6" ForeColor="Black"></PagerStyle>
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White"></SelectedRowStyle>
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF"></HeaderStyle>
</asp:GridView>
</div>
</div>
</div>
</contenttemplate>
</asp:UpdatePanel>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -