📄 editmeeting.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="editmeeting.aspx.cs" Inherits="editmeeting" Title="编辑会议-会议室预定系统" %>
<%@ Register Assembly="Meta.Web" Namespace="Meta.Web.Controls" TagPrefix="mc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" style="width: 633px">
<tr>
<td align="center" colspan="2" style="font-weight: bold; font-size: 15px; color: white;
height: 22px; background-color: #a43737">
我的会议-编辑会议</td>
</tr>
<tr>
<td align="right" style="width: 191px">
会议名称:</td>
<td align="left">
<asp:TextBox ID="txtname" runat="server" ReadOnly="True" Width="150px"></asp:TextBox></td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 191px;">
会议地点:</td>
<td align="left">
<asp:DropDownList ID="ddlroompos" runat="server" DataSourceID="SqlDataSource1" DataTextField="roomname"
DataValueField="roomname">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=D:\Meeting\db\meeting_Data.MDF;Integrated Security=True;Connect Timeout=30;User Instance=True"
ProviderName="System.Data.SqlClient" SelectCommand="SELECT [roomname] FROM [room]">
</asp:SqlDataSource>
</td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 191px">
开始时间:</td>
<td align="left" valign="middle">
<asp:DropDownList ID="ddlyear" runat="server" Style="font-weight: normal; color: black">
</asp:DropDownList>
年<asp:DropDownList ID="ddlmonth" runat="server" AutoPostBack="True" EnableTheming="True"
OnSelectedIndexChanged="ddlmonth_SelectedIndexChanged" Style="font-weight: normal;
color: black">
</asp:DropDownList>
月<asp:DropDownList ID="ddlday" runat="server" Style="font-weight: normal">
</asp:DropDownList>日
<asp:DropDownList ID="ddlhour" runat="server">
</asp:DropDownList>时
<asp:DropDownList ID="ddlm" runat="server">
</asp:DropDownList>分</td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 191px;">
结束时间:</td>
<td align="left">
<asp:DropDownList ID="DropDownList1" runat="server" Style="font-weight: normal; color: black">
</asp:DropDownList>
年<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" EnableTheming="True"
OnSelectedIndexChanged="DropDownList2_SelectedIndexChanged" Style="font-weight: normal;
color: black">
</asp:DropDownList>
月<asp:DropDownList ID="DropDownList3" runat="server" Style="font-weight: normal">
</asp:DropDownList>日
<asp:DropDownList ID="DropDownList4" runat="server">
</asp:DropDownList>时
<asp:DropDownList ID="DropDownList5" runat="server">
</asp:DropDownList>分</td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 191px; height: 1px">
与会人员:</td>
<td align="left">
<table border="0" style="width: 390px">
<tr>
<td>
<asp:Panel ID="Panel1" runat="server" BackColor="#FFC0C0" BorderColor="#FFC0C0" Height="45px"
ScrollBars="Vertical" Width="200px">
<asp:CheckBoxList ID="CheckBoxList1" runat="server" Height="1px" RepeatDirection="Horizontal">
</asp:CheckBoxList></asp:Panel>
</td>
<td align="left" valign="top">
<asp:TextBox ID="txtperson" runat="server" TextMode="MultiLine" Width="131px" ReadOnly="True" Height="40px"></asp:TextBox><asp:Label
ID="Label1" runat="server" Visible="False"></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 191px; height: 1px">
会务准备人:</td>
<td align="left" style="height: 1px" valign="top">
<asp:Panel ID="Panel2" runat="server" Height="45px" ScrollBars="Vertical" Width="400px">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal">
</asp:RadioButtonList></asp:Panel>
</td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 191px; height: 1px">
会务准备说明:</td>
<td align="left" style="height: 1px">
<asp:TextBox ID="txtorganizenote" runat="server" Height="75px" TextMode="MultiLine"
Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtorganizenote"
Display="Dynamic" ErrorMessage="RequiredFieldValidator">不能为空</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="txtorganizenote"
Display="Dynamic" ErrorMessage="RegularExpressionValidator" ValidationExpression=".{1,400}">不能超过400个字符</asp:RegularExpressionValidator></td>
</tr>
<tr>
<td align="right" style="width: 191px">
会议内容:</td>
<td align="left">
<asp:TextBox ID="txtnote" runat="server" Height="75px" TextMode="MultiLine" Width="333px"></asp:TextBox><asp:RequiredFieldValidator
ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtnote" Display="Dynamic"
ErrorMessage="RequiredFieldValidator">不能为空</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtnote"
Display="Dynamic" ErrorMessage="RegularExpressionValidator" ValidationExpression=".{1,600}">不能超过600个字符</asp:RegularExpressionValidator></td>
</tr>
<tr>
<td align="right" style="width: 191px">
会议纪要:</td>
<td align="left">
<asp:TextBox ID="txtrecord" runat="server" Height="75px" TextMode="MultiLine" Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtrecord"
Display="Dynamic" ErrorMessage="RequiredFieldValidator">不能为空</asp:RequiredFieldValidator><asp:RegularExpressionValidator
ID="RegularExpressionValidator3" runat="server" ControlToValidate="txtrecord"
Display="Dynamic" ErrorMessage="RegularExpressionValidator" ValidationExpression=".{1,1001}">不能超过1000个字符</asp:RegularExpressionValidator></td>
</tr>
<tr>
<td align="right" style="width: 191px; height: 14px">
会议状态:</td>
<td align="left" style="height: 14px">
<asp:DropDownList ID="ddlattr" runat="server">
<asp:ListItem></asp:ListItem>
<asp:ListItem>待审批</asp:ListItem>
<asp:ListItem>已审批</asp:ListItem>
<asp:ListItem>已完成</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 22px">
<asp:Button ID="Button2" runat="server" Height="20px" OnClick="Button2_Click" Text="编 辑"
Width="48px" />
<asp:Button ID="Button1" runat="server" CausesValidation="False" Height="20px"
Text="返 回" Width="48px" PostBackUrl="~/mymeeting.aspx" /></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 5px">
<asp:Label ID="Labmessage" runat="server" Style="font-weight: bold; color: red"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/mymeeting.aspx" Visible="False">返回看看</asp:HyperLink></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -