home.aspx
来自「it is designed using asp.net2005 and c#」· ASPX 代码 · 共 73 行
ASPX
73 行
<%@ Page Language="C#" MasterPageFile="~/MasterPage3.master" AutoEventWireup="true" CodeFile="HOME.aspx.cs" Inherits="HOME" Title="Untitled Page" %>
<%@ Register Assembly="ASPNetVideo.NET2" Namespace="ASPNetVideo" TagPrefix="ASPNetVideo" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<br />
<asp:Panel ID="Panel1" runat="server" Height="203px" Style="z-index: 100; left: 570px;
position: absolute; top: 45px" Width="268px">
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#FF8080"
Style="z-index: 100; left: 3px; position: absolute; top: 7px" Text="UserID"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 101; left: 91px; position: absolute;
top: 7px" Width="158px"></asp:TextBox>
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#FF8080"
Style="z-index: 102; left: 4px; position: absolute; top: 51px" Text="Password"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" OnTextChanged="TextBox2_TextChanged" Style="z-index: 103;
left: 90px; position: absolute; top: 50px" Width="162px" TextMode="Password"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Style="z-index: 104; left: 110px; position: absolute;
top: 88px" Text="Login" Width="61px" OnClick="Button1_Click" />
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-Names="Times New Roman"
ForeColor="Cyan" Style="z-index: 105; left: 73px; position: absolute; top: 117px"
Text="Not Registered yet!!"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True" Font-Names="Arial Black"
ForeColor="Aqua" NavigateUrl="~/Signup.aspx" Style="z-index: 107; left: 74px;
position: absolute; top: 146px">Register Here</asp:HyperLink>
</asp:Panel>
<asp:Label ID="Label4" runat="server" BorderStyle="Outset" Font-Bold="True" Font-Italic="True"
Font-Names="Times New Roman" Font-Size="X-Large" ForeColor="#FF8000" Height="200px"
Style="z-index: 102; left: 8px; position: absolute; top: 41px" Text="At over 75 hotels located in more than 50 destinations, spread over 10 countries, we offer you one promise. An unforgettable holiday.Across palaces, islands and resorts, we make you one pledge. An outstanding experience.Full of discoveries. Drenched in memories. Unchained by convention.Unbound by the usual."
Width="553px"></asp:Label>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?