| ID | Address | Type | DNC | Street | Territory | Actions |
|---|---|---|---|---|---|---|
| <% If HouseholdController.searchTerm <> "" Then %> No households found matching "<%= Server.HTMLEncode(HouseholdController.searchTerm) %>" <% ElseIf HouseholdController.filterTerritoryId > 0 Then %> No households found in this territory. <% Else %> No households found. Create one <% End If %> | ||||||
| <%= h.Id %> | <%= Server.HTMLEncode(h.Address) %> | <% If h.IsBusiness = 1 Then %> Business <% Else %> Residential <% End If %> |
<% If h.DoNotCall = 1 Then %>
Do Not Call
<% If IsDate(h.DoNotCallDate) Then %>
<%= FormatDateTime(h.DoNotCallDate, 2) %>
<% End If %>
<% Else %>
No
<% End If %>
|
<%= h.StreetNumber %> <%= Server.HTMLEncode(h.StreetName) %> | <% If HouseholdController.territoryNamesById.Exists(CStr(h.TerritoryId)) Then Response.Write Server.HTMLEncode(HouseholdController.territoryNamesById(CStr(h.TerritoryId))) Else Response.Write "Territory " & h.TerritoryId End If %> | View Edit |
Page <%= HouseholdController.currentPage %> of <%= HouseholdController.pageCount %>
<% End If %>