LeaveMsg.aspx
资源名称:Visual.rar [点击查看]
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:1k
源码类别:
C#编程
开发平台:
Others
- <%@ Page language="c#" Codebehind="LeaveMsg.aspx.cs" AutoEventWireup="false" Inherits="MsgBoard.LeaveMsg" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>LeaveMsg</title>
- <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
- <meta content="C#" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- </HEAD>
- <body MS_POSITIONING="GridLayout">
- <form id="LeaveMsg" method="post" runat="server">
- <FONT face="宋体">
- <TABLE id="Table1" style="Z-INDEX: 101; LEFT: 44px; POSITION: absolute; TOP: 75px" cellSpacing="1"
- cellPadding="1" width="300" border="1">
- <TR>
- <TD>用户:</TD>
- <TD><asp:textbox id="t1" runat="server" Width="117px"></asp:textbox></TD>
- </TR>
- <TR>
- <TD>内容:</TD>
- <TD><asp:textbox id="t2" runat="server" Width="233px" TextMode="MultiLine" Height="111px"></asp:textbox></TD>
- </TR>
- <TR>
- <TD></TD>
- <TD>
- <asp:button id="btnCancel" runat="server" Text="取消"></asp:button>
- <asp:button id="btnSubmit" runat="server" Text="提交"></asp:button></TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>