温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:超酷的Asp.net2.0留言板
当前文件:
VeryCoolGuest/reply.aspx[2K,2009-6-12 11:57:57],打开代码结构图
VeryCoolGuest/reply.aspx[2K,2009-6-12 11:57:57],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="reply.aspx.cs" Inherits="reply" %> 2
3
<%@ Register Src="Controls/footer.ascx" TagName="footer" TagPrefix="uc3" %> 4
5
<%@ Register Src="Controls/header.ascx" TagName="header" TagPrefix="uc1" %> 6
7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 8
9
<html xmlns="http://www.w3.org/1999/xhtml" > 10
<head runat="server"> 11
<title>回复留言</title> 12
<link href="style.css" rel="stylesheet" type="text/css" /> 13
</head> 14
<body> 15
<form id="form1" runat="server"> 16
<div> 17
<table border="0" cellpadding="0" cellspacing="0" style="width: 760px; position: relative; 18
text-align: center"> 19
<tr> 20
<td> 21
<uc1:header ID="Header1" runat="server" /> 22
</td> 23
</tr> 24
25
<tr> 26
<td> 27
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; position: relative; 28
height: 121%"> 29
<tr> 30
<td style="height: 156px"> 31
<asp:Label ID="Label1" runat="server" Style="position: relative; left: -17px; top: -125px;" Text="回复内容:"></asp:Label> 32
<asp:TextBox ID="txtReply" runat="server" Style="position: relative" Height="141px" TextMode="MultiLine" Width="306px"></asp:TextBox></td> 33
</tr> 34
<tr> 35
<td style="height: 33px"> 36
<asp:Button ID="Button1" runat="server" Style="position: relative" Text="提交" OnClick="Button1_Click" /> <asp:Button 37
ID="Button2" runat="server" Style="left: 10px; position: relative" Text="清空" OnClick="Button2_Click" /></td> 38
</tr> 39
</table> 40
</td> 41
</tr> 42
<tr> 43
<td> 44
<uc3:footer ID="Footer1" runat="server" /> 45
</td> 46
</tr> 47
</table> 48
49
</div> 50
</form> 51
</body> 52
</html> 53




