温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:彬彬Asp.net2.0留言板(Vs2005)源码
当前文件:
BinbinBook/book/re.aspx[1K,2009-6-12 11:33:42],打开代码结构图
BinbinBook/book/re.aspx[1K,2009-6-12 11:33:42],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="re.aspx.cs" Inherits="re" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
<link href="css.css" rel="stylesheet" type="text/css" /> 9
</head> 10
<body><form id="form1" runat="server"> 11
<div align="center"> 12
13
14
15
16
<table width="384" border="0" cellpadding="0" cellspacing="0"> 17
<!--DWLayoutTable--> 18
<tr> 19
<td width="384" height="22" align="center" valign="middle">回 复 留 言</td> 20
</tr> 21
<tr> 22
<td valign="top" style="height: 77px"><!--DWLayoutEmptyCell--> 23
<asp:TextBox ID="TextBox1" runat="server" Height="70px" Style="border-right: #009900 1px solid; 24
border-top: #009900 1px solid; font: menu; border-left: #009900 1px solid; border-bottom: #009900 1px solid" 25
TextMode="MultiLine" Width="335px"></asp:TextBox> </td> 26
</tr> 27
<tr> 28
<td align="center" valign="middle" style="height: 22px"><!--DWLayoutEmptyCell--> 29
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="font: menu; 30
background-color: azure" Text="回 复" Width="42px" /> </td> 31
</tr> 32
<tr> 33
<td style="height: 1px"></td> 34
</tr> 35
</table> 36
</div> </form> 37
</body> 38
</html> 39




