⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guestbook.aspx

📁 一个手机电子商务网站 包含物品展示
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Guestbook.aspx.cs" AutoEventWireup="false" Inherits="Guestbook.GuestBookForm" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Guestbook</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:Label id="Label1" style="Z-INDEX: 110; LEFT: 16px; POSITION: absolute; TOP: 16px" runat="server"
				Width="480px" Font-Size="Large" Font-Bold="True">请将你的宝贵意见写在我们的留言簿中</asp:Label>
			<asp:Button id="btnClear" style="Z-INDEX: 108; LEFT: 280px; POSITION: absolute; TOP: 280px"
				runat="server" Text="重置"></asp:Button>
			<asp:Button id="btnSubmint" style="Z-INDEX: 107; LEFT: 152px; POSITION: absolute; TOP: 280px"
				runat="server" Text="提交"></asp:Button>
			<asp:TextBox id="txtMessage" style="Z-INDEX: 106; LEFT: 112px; POSITION: absolute; TOP: 160px"
				runat="server" Width="320px" Height="104px" TextMode="MultiLine"></asp:TextBox>
			<asp:TextBox id="txtEmail" style="Z-INDEX: 105; LEFT: 112px; POSITION: absolute; TOP: 104px"
				runat="server" Width="320px"></asp:TextBox>
			<asp:TextBox id="txtName" style="Z-INDEX: 104; LEFT: 112px; POSITION: absolute; TOP: 64px" runat="server"
				Width="320px"></asp:TextBox>
			<asp:Label id="Label4" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 168px" runat="server"
				Width="72px">意见</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 102; LEFT: 16px; POSITION: absolute; TOP: 104px" runat="server"
				Width="72px">您的邮箱地址</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 64px" runat="server"
				Width="72px">您的姓名</asp:Label>
			<asp:DataGrid id="dataGrid" style="Z-INDEX: 109; LEFT: 16px; POSITION: absolute; TOP: 328px" runat="server"
				Width="680px" Height="196px" HorizontalAlign="Left" BorderColor="#E7E7FFF" BorderWidth="1px"
				GridLines="Horizontal" BackColor="White" BorderStyle="None" CellPadding="3">
				<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
				<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
				<ItemStyle HorizontalAlign="Left" ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
			</asp:DataGrid>
			<asp:HyperLink id="HyperLink1" style="Z-INDEX: 111; LEFT: 376px; POSITION: absolute; TOP: 280px"
				runat="server" NavigateUrl="Default.aspx">返回</asp:HyperLink>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -