st_orderdetail.aspx

来自「网上书店(asp.net+sql server)」· ASPX 代码 · 共 36 行

ASPX
36
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ST_OrderDetail.aspx.cs" Inherits="ST_Order_ST_OrderDetail" %>

<!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>
    <link href="../style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <table cellpadding=0 cellspacing=0 border=0 width=50%>
    <tr>
    <td>收货人:</td><td><asp:Label runat=server ID="lblST_Consignee"></asp:Label></td>
    </tr>
    <tr>
    <td>
        收货人地址:</td><td><asp:Label runat=server ID="lblST_Address"></asp:Label></td>
    </tr>
    <tr>
    <td>
        收货人电话:</td><td><asp:Label runat=server ID="lblPhone"></asp:Label></td>
    </tr>
    <tr>
    <td>
        收货人Email:</td><td><asp:Label runat=server ID="lblEmail"></asp:Label></td>
    </tr>
    <tr>
    <td colspan=2 align=center>
        <asp:Button ID="Button1" runat="server" Text="发货" CssClass=button OnClick="Button1_Click" /> <asp:Button  CssClass=button ID="Button2" runat="server" Text="作废" OnClick="Button2_Click" /></td>
    </tr>
    </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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