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

📄 show.aspx.svn-base

📁 走吧旅游网站前后台源代码
💻 SVN-BASE
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Show.aspx.cs" Inherits="Maticsoft.Web.Staffs.Show" Title="无标题页" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">

<table cellSpacing="0" cellPadding="0" width="100%" border="0">
	<tr>
	<td height="25" width="30%" align="right">
		StaffID
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblStaffID" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		StaffName
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblStaffName" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		Gender
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblGender" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		Knowledge
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblKnowledge" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		NativePlace
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblNativePlace" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		BirthDate
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblBirthDate" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		Phone
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblPhone" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		NowAddress
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblNowAddress" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		IDCardNo
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblIDCardNo" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		IDCardAddress
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblIDCardAddress" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		Password
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblPassword" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		RecUserID
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblRecUserID" runat="server"></asp:Label>
	</td></tr>
	<tr>
	<td height="25" width="30%" align="right">
		RecDate
	</td>
	<td height="25" width="*" align="left">
		<asp:Label id="lblRecDate" runat="server"></asp:Label>
	</td></tr>
</table>

</asp:Content>

⌨️ 快捷键说明

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