You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
867 B

<%@ 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>