<%@ Page Language="vb" AutoEventWireup="false" Codebehind="calendarlocationsview.aspx.vb" Inherits="ADXCalendar.calendarlocationsview" %> <%=Session("CurrentAction")%>
<%If tblLocationList.Visible = True Then%>
Search for Specific Location  View All
Select Location/Building:
Enter Keyword:
# of Locations = <%=numLocs%>             # of Buildings = <%=numBlds%>             # of Rooms = <%=numRooms%> Expand /  Collapse
<%End If%> <%If tblDetails.Visible = True Then%> <%If Session("LocationProccess") = "Delete" OR Session("BuildingProccess") = "Delete" Then%> <% If Session("LocationProccess") = "Delete" Then%> <% End If%> <% If Session("BuildingProccess") = "Delete" Then%> <% End If%>
Are you sure you want to delete the following location?Are you sure you want to delete the following Building?
Location Name: 

<%End If%>
Back To Full List
<%End If%>