annotate Demo/Asp.Net/Web/Controls/AddressConfirm.ascx @ 0:f990fcb411a9
Копия текущей версии из github
author |
cin |
date |
Thu, 27 Mar 2014 21:46:09 +0400 (2014-03-27) |
parents |
|
children |
|
rev |
line source |
0
|
1 <%@ Control Language="C#" AutoEventWireup="true" CodeFile="AddressConfirm.ascx.cs" Inherits="PetShop.Web.AddressConfirm" %>
|
|
2 <table border="0" cellpadding="0" cellspacing="0">
|
|
3 <tr><td>
|
|
4 <asp:Literal ID="ltlFirstName" runat="server" /> <asp:Literal ID="ltlLastName" runat="server" /><br/>
|
|
5 <asp:Literal ID="ltlAddress1" runat="server" /><br/>
|
|
6 <asp:Literal ID="ltlAddress2" runat="server" /><br/>
|
|
7 <asp:Literal ID="ltlCity" runat="server" />, <asp:Literal ID="ltlState" runat="server" /> <asp:Literal ID="ltlZip" runat="server" /><br/>
|
|
8 <asp:Literal ID="ltlCountry" runat="server" /><br/>
|
|
9 <asp:Literal ID="ltlPhone" runat="server" /><br/>
|
|
10 <asp:Literal ID="ltlEmail" runat="server" />
|
|
11 </td></tr>
|
|
12 </table>
|