首页.aspx

来自「简易学生信息管理系统」· ASPX 代码 · 共 46 行

ASPX
46
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="首页.aspx.cs" Inherits="Default2" %>

<%@ Register Src="WebUserControl2.ascx" TagName="WebUserControl2" TagPrefix="uc2" %>

<%@ Register Src="WebUserControl1.ascx" TagName="WebUserControl1" TagPrefix="uc1" %>

<!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>无标题页</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
	background-image: url(1132739462871.jpg);
}
-->
</style></head>
<body bgcolor="#66ccff" background="image/1132739462871.jpg">
    <form id="form1" runat="server">
    <div>
        &nbsp;&nbsp;
        <table border="1" align="center">
            <tr>
              <td height="90" colspan="4" style="height: 63px; text-align: center">
                  <uc2:WebUserControl2 ID="WebUserControl2_1" runat="server" />              </td>
            </tr>
            <tr>
                <td height="22" colspan="4"><hr /></td>
            </tr>
            <tr>
                <td colspan="1" style="width: 320px; height: 104px">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" Text="登录" OnClick="Button1_Click" BorderStyle="Outset" /></td>
                <td colspan="3" style="width: 320px; height: 104px">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp;
              <asp:Button ID="Button2" runat="server" Text="注册" OnClick="Button2_Click" /></td>
            </tr>
      </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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