Mercurial > pub > bltoolkit
view Demo/Asp.Net/Web/Controls/AddressConfirm.ascx @ 8:a34cfdde80d6
removed strong signing
added FrameworkPathOverride for linux builds
author | cin |
---|---|
date | Wed, 29 Nov 2017 12:43:52 +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>