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

📄 first.aspx

📁 掌握计算机管理信息系统设计的一般方法
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="first.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>无标题页</title>
</head>
<body  bgcolor="lightblue">
<form id="form1" runat="server">
    <div>
    &nbsp; &nbsp;
        <table border="0"     cellpadding="0" align="center"  >
<tr>
<td align="left" style="height: 297px; width: 592px;"  >
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
    <asp:Image ID="Image1" runat="server" ImageUrl="~/image/5afe5fed59d185dcb31cb191.jpg" Width="464px" Height="287px" /></td>
</tr>
</table>
    <table align="center" style="width: 47%; height: 133px">
    <tr>
    <td  align="right" style="height: 50px">
    <asp:Label ID="Label1" runat="server" Text="用户级别:"></asp:Label>&nbsp;
    </td>
    <td style="height: 50px" align="left">
        &nbsp;<asp:DropDownList ID="jibie" runat="server" DataSourceID="SqlDataSource1" DataTextField="jibie"
            DataValueField="jibie">
        </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:customertraceConnectionString5 %>"
            SelectCommand="SELECT distinct  [jibie] FROM [users]"></asp:SqlDataSource>
    </td>
    </tr>
    <tr>
    <td width="30%" align="right">
        <asp:Label ID="Label2" runat="server" Text="用户名:"></asp:Label></td>
    <td width="70%" align="left">
        <asp:TextBox ID="username" runat="server"></asp:TextBox>
        </td>
        </tr>
        <tr>
        <td width="30%" align="right">
         <asp:Label ID="Label3" runat="server" Text="密码:"></asp:Label>
        </td>
        <td width="70%" align="left"">
        <asp:TextBox ID="password" runat="server" TextMode="Password"></asp:TextBox>
        </td>
        </tr>
       
    </table>
    <br />
        &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click3" Style="left: 338px;
            position: relative; top: 8px" Text="Submit" /></div>
    </form>  
</body>
</html>

⌨️ 快捷键说明

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