<%@ Page Language="vb" AutoEventWireup="false" Codebehind="calendardepartmentsview.aspx.vb" Inherits="ADXCalendar.calendardepartmentsview" %> <%=Session("CurrentAction")%>
<%If tblDeptList.Visible = True Then%>
# of Departments = <%# numDepts%>
<%End If%> <%If tblDetails.Visible = True Then%> <%If Session("DepartmentProccess") = "Delete" Then%>
Are you sure you want to delete the following department?
Department Name: 

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