show.aspx
来自「走吧旅游网站前后台源代码」· ASPX 代码 · 共 92 行
ASPX
92 行
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Show.aspx.cs" Inherits="Maticsoft.Web.TourismProStock.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">
LinesID
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblLinesID" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
LinesName
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblLinesName" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Days
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblDays" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Traffic
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblTraffic" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
ShopManPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblShopManPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
PeerManPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblPeerManPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
InterManPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblInterManPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
ShopChildrenPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblShopChildrenPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
PeerChildrenPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblPeerChildrenPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
InterChildrenPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblInterChildrenPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
SetAddres
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblSetAddres" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
ReceiveCityID
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblReceiveCityID" runat="server"></asp:Label>
</td></tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?