?? readerinformation.aspx
字號(hào):
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReaderInformation.aspx.cs" Inherits="Reader_ReaderInformation" %>
<!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>無(wú)標(biāo)題頁(yè)</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table id="Table1" style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; " width=398 align="center" border="0" runat="server" bgColor="#f1f0f4">
<tr>
<td align=center>
<h1><font face="楷體_GB2312"><b>讀 者 信 息</b></font></h1>
<hr width="90%">
<table class="whitetalbe" width="100%">
<tr class="p2">
<td align="left" style="height: 17px">
<b>讀者證件號(hào):</b><asp:Label ID="lblUserID" runat="server"></asp:Label></td>
<td align="left" style="height: 17px">
<b>姓名:</b>
<asp:Label ID="lblName" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="left">
<b>性別:</b><asp:Label ID="lblSex" runat="server"></asp:Label></td>
<td align="left">
<strong>讀者類型:</strong><asp:Label ID="lblPower" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="left">
<strong>系院:</strong><asp:Label ID="lblDepart" runat="server"></asp:Label></td>
<td align="left">
<strong>職業(yè):</strong><asp:Label ID="lblPower1" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="left">
<strong>電話:</strong><asp:TextBox ID="txtTelephone" runat="server" Width="120px"></asp:TextBox></td>
<td align="left">
<strong>E-MAIL:</strong><asp:TextBox ID="txtEMail" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td colspan=2 align=center>
<asp:Label ID="lblMessage" runat="server" ForeColor="Red"></asp:Label><br />
<asp:ImageButton ID="btnUpdate" runat="server" ImageUrl="~/Images/Update.GIF" OnClick="btnUpdate_Click" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -