Mercurial > pub > bltoolkit
view Demo/Asp.Net/Web/Controls/AddressConfirm.ascx @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +0300 |
parents | f990fcb411a9 |
children |
line wrap: on
line source
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="AddressConfirm.ascx.cs" Inherits="PetShop.Web.AddressConfirm" %> <table border="0" cellpadding="0" cellspacing="0"> <tr><td> <asp:Literal ID="ltlFirstName" runat="server" /> <asp:Literal ID="ltlLastName" runat="server" /><br/> <asp:Literal ID="ltlAddress1" runat="server" /><br/> <asp:Literal ID="ltlAddress2" runat="server" /><br/> <asp:Literal ID="ltlCity" runat="server" />, <asp:Literal ID="ltlState" runat="server" /> <asp:Literal ID="ltlZip" runat="server" /><br/> <asp:Literal ID="ltlCountry" runat="server" /><br/> <asp:Literal ID="ltlPhone" runat="server" /><br/> <asp:Literal ID="ltlEmail" runat="server" /> </td></tr> </table>