?? login.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.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>
<form id="form1" runat="server">
<div align="center" id="DIV1">
<table>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td style="width: 137px" align="right">
用戶ID:</td>
<td colspan="2" style="width: 227px" align="left">
<asp:TextBox ID="txtID" runat="server" Width="218px">6523125</asp:TextBox></td>
</tr>
<tr>
<td style="width: 137px" align="right">
密碼:</td>
<td colspan="2" style="height: 17px; width: 227px;" align="left" >
<asp:TextBox ID="txtPwd" runat="server" Width="218px">111</asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 137px">
類型:</td>
<td colspan="2" style="height: 17px; width: 227px;" align="left">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"
RepeatLayout="Flow" AutoPostBack="True" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged">
<asp:ListItem>系部</asp:ListItem>
<asp:ListItem>教師</asp:ListItem>
<asp:ListItem>學生</asp:ListItem>
<asp:ListItem>管理員</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 137px" align="right">
<asp:DropDownList ID="DropDownList1" runat="server" Visible="False">
</asp:DropDownList></td>
<td colspan="2" id="TD1" style="width: 227px">
<asp:Button ID="btnLogin" runat="server" Text="登錄" Width="67px" OnClick="btnLogin_Click" />
<asp:Button ID="btnClear" runat="server" Text="重置" Width="67px" OnClick="btnClear_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -