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

📄 domain.aspx

📁 Domain check web application using C#.net
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 21px; position: absolute;
            top: 167px" Text=" Check this Domain" Width="146px" BackColor="#E0E0E0" ForeColor="#0000C0"></asp:Label>
        &nbsp;
        <asp:TextBox ID="t1" runat="server" Style="z-index: 101; left: 191px; position: absolute;
            top: 165px" BackColor="#E0E0E0" ForeColor="#0000C0" Width="205px"></asp:TextBox>
        &nbsp;
        <asp:TextBox ID="t2" runat="server" Height="84px" Style="z-index: 102; left: 189px;
            position: absolute; top: 218px" BackColor="#E0E0E0" ForeColor="#0000C0" Width="207px"></asp:TextBox>
        <asp:Button ID="Button2" runat="server" BackColor="#E0E0E0" BorderColor="Gainsboro"
            ForeColor="#0000C0" OnClick="Button2_Click" Style="z-index: 103; left: 428px;
            position: absolute; top: 224px" Text="Clear" Width="91px" />
        <asp:Label ID="Label2" runat="server" BackColor="#E0E0E0" ForeColor="#0000C0" Style="z-index: 104;
            left: 222px; position: absolute; top: 74px" Text=" Domain Check" Width="129px"></asp:Label>
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="z-index: 105;
            left: 432px; position: absolute; top: 164px" Text="Enter" BackColor="#E0E0E0" ForeColor="#0000C0" Width="85px" />
        &nbsp; &nbsp;
   <input id="Button4" type="button" BackColor ="#E0E0E0" forecolor="#0000c0" value="Exit" onclick="window.close()" style="z-index: 107; left: 432px; width: 89px; position: absolute; top: 271px; color: mediumblue; background-color: gainsboro;" /> 
   
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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