<div class="textcontrol lookup"> <SalesLogix:LookupControl runat="server" ID="lueSLXAddress" ButtonToolTip="<%$ resources: lueSLXAddress.ButtonToolTip %>" LookupEntityName="ContactAddresses" LookupEntityTypeName="Sage.SalesLogix.Entities.Address, Sage.SalesLogix.Entities" EnableHyperLinking="true" InitializeLookup="true"> <LookupProperties> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.Address1.PropertyHeader %>" PropertyName="Address1" PropertyType="System.String" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.City.PropertyHeader %>" PropertyName="City" PropertyType="System.String" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.Country.PropertyHeader %>" PropertyName="Country" PropertyType="System.String" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.Description.PropertyHeader %>" PropertyName="Description" PropertyType="System.String" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.IsMailing.PropertyHeader %>" PropertyName="IsMailing" PropertyType="System.Boolean" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.IsPrimary.PropertyHeader %>" PropertyName="IsPrimary" PropertyType="System.Boolean" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> <SalesLogix:LookupProperty PropertyHeader="<%$ resources: lueSLXAddress.LookupProperties.PostalCode.PropertyHeader %>" PropertyName="PostalCode" PropertyType="System.String" PropertyFormat="None" UseAsResult="True" ExcludeFromFilters="False"> </SalesLogix:LookupProperty> </LookupProperties> <LookupPreFilters> </LookupPreFilters> </SalesLogix:LookupControl></div>