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>
|