ProjectDetails.aspx #2

  • //
  • guest/
  • Necqui/
  • Documents/
  • Projects/
  • vsDotNet/
  • TKN/
  • WebProjects/
  • ProjectProposal/
  • ProjectDetails.aspx
  • View
  • Commits
  • Open Download .zip Download (35 KB)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProjectDetails.aspx.cs" Inherits="ProjectDetails" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Calendar2" Assembly="obout_Calendar2_NET" %>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>Portfolio Projects</title>
    <script language="javascript">
        if(self.location==top.location)self.location="Default.html";
    </script>
    <SCRIPT LANGUAGE="JavaScript" SRC="scripts/tabs.js">//need this</SCRIPT>
    <script language="javascript" src="scripts/calendar.js"></script>
    <script language="javascript" src="scripts/ClientUtilities.js"></script>
    <link href="styles/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body background="Images/CFBC-logo2.gif">
    <script language=javascript>
    <!--
        function ClientOnChange() {
           if (typeof(Page_Validators) == "undefined")
              return;
        }
    // -->
    </script>
    
    <form id="form1" runat="server">
    
    <div id="pageContentDiv" style="font-weight:normal; font-family:Arial; font-size: 10pt;">
        <div id="titleDiv" style="left: 37px; width: 582px; position: absolute; top: 0px;
            height: 161px; font-weight:normal; font-family:Arial; font-size: 10pt; z-index: 100;">
            <asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 0px; position: absolute;
                top: 16px" Text="Event #" Font-Names="Arial" Font-Size="10pt" Font-Bold="True"></asp:Label>

            <asp:Label ID="coeRefNumLabel" runat="server" Style="z-index: 101; left: 59px; position: absolute;
                top: 16px" Font-Names="Arial" Font-Size="10pt" Font-Bold="True">000</asp:Label>

            <asp:Label ID="glCodeLabel" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 112;
                left: 102px; position: absolute; top: 16px" Text="GL Code:"></asp:Label>
            <asp:Label ID="glCodeValueLabel" runat="server" Style="z-index: 101; left: 163px; position: absolute;
                top: 16px" Font-Names="Arial" Font-Size="10pt" Width="50px">1234567</asp:Label>

            <asp:Label ID="proposalStatusLabel" runat="server" Style="z-index: 102; left: 274px; position: absolute;
                top: 16px" Text="Status:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="proposalStatusDropDown" runat="server" Style="z-index: 103;
                left: 319px; position: absolute; top: 13px" Font-Names="Arial" Font-Size="10pt" Width="184px" Enabled="False" >
            </asp:DropDownList>
            <asp:Button ID="updateStatusButton" runat="server" Style="z-index: 104; left: 506px; position: absolute;
                top: 12px" Text="Update" OnClick="updateStatusButton_Click" Enabled="False" />
                
            <asp:Label ID="saveResultLabel" runat="server" style="left: 0px; position: absolute; top: 33px; text-align: left;" ForeColor="Red" Height="11px" Width="150%"></asp:Label>
            
            <asp:Label ID="projectTitleLabel" runat="server" Style="z-index: 105; left: 0px; position: absolute;
                top: 51px" Text="Project Title:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:TextBox ID="projectTitleTextBox" runat="server" Style="z-index: 106; left: 82px;
                position: absolute; top: 48px" MaxLength="255" Width="479px"></asp:TextBox>
            <asp:RequiredFieldValidator ID="projectTitleValidator" runat="server" ControlToValidate="projectTitleTextBox"
                Display="Static" ErrorMessage="Project Title" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="" Style="z-index: 107; left: 73px; position: absolute;
                top: 48px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            
            <asp:Label ID="descriptionLabel" runat="server" Style="z-index: 108; left: 0px; position: absolute;
                top: 80px" Text="Description:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:TextBox ID="descriptionTextBox" runat="server" Height="48px" Style="z-index: 109; left: 82px;
                position: absolute; top: 76px" TextMode="MultiLine" MaxLength="1000" Width="479px"></asp:TextBox>

            <asp:Label ID="categoryLabel" runat="server" Style="z-index: 110; left: 0px; position: absolute;
                top: 139px" Text="Category:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="categoryDropDown" runat="server" Style="z-index: 111; left: 82px;
                position: absolute; top: 136px" Font-Names="Arial" Font-Size="10pt">
            </asp:DropDownList>
        </div>
        
        <div id="dateTimeDiv" style="z-index: 104; left: 37px; width: 582px; position: absolute; top: 185px;
            height: 54px; font-weight:normal; font-family:Arial; font-size: 10pt;">
            
            <asp:Label ID="Label5" runat="server" Style="z-index: 100; left: 0px; position: absolute;
                top: 0px" Text="Proposed Date" Font-Bold="True" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            
            <span style="z-index: 101; left: 0px; position: absolute; top: 24px">
                <asp:TextBox ID="proposedDateTextBox" runat="server" Width="145px" ReadOnly="False" Enabled="False"></asp:TextBox>
                <obout:Calendar 
                    id="eventDateCalendar" 
                    runat="server"
				    DatePickerImagePath = "styles/icon2.gif"
				    StyleFolder="styles/style10"
				    TextArrowLeft=""
				    TextArrowRight=""
				    OffsetTop="-200"
				    OffsetLeft="0"
				    MonthWidth="160"
				    MonthHeight="130"
				     />
                <asp:Button ID="updateEventDateButton" runat="server" Style="z-index: 105; left: 183px; position: absolute; top: 0px;"
                    Text="Save" Visible="False" OnClick="updateEventDateButton_Click" />
            </span>
            
            <asp:Label ID="startTimeLabel" runat="server" Style="z-index: 102; left: 226px; position: absolute;
                top: 26px" Text="Start Time:" Font-Italic="False" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="startHourDropDown" runat="server" Style="z-index: 104; left: 294px;
                position: absolute; top: 24px" Width="44px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
            </asp:DropDownList>
            <asp:Label ID="Label7" runat="server" Font-Bold="True" Style="z-index: 108; left: 340px;
                position: absolute; top: 24px" Text=":" Width="4px"></asp:Label>
            <asp:DropDownList ID="startMinuteDropDown" runat="server" Style="z-index: 106; left: 346px;
                position: absolute; top: 24px" Width="44px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
            </asp:DropDownList>
            
            <asp:Label ID="endTimeLabel" runat="server" Style="z-index: 103; left: 408px; position: absolute;
                top: 26px" Text="End Time:" Font-Italic="False" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="endHourDropDown" runat="server" Style="z-index: 105; left: 471px;
                position: absolute; top: 24px" Width="44px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
            </asp:DropDownList>
            <asp:Label ID="Label9" runat="server" Font-Bold="True" Style="z-index: 109; left: 517px;
                position: absolute; top: 24px" Text=":" Width="4px"></asp:Label>
            <asp:DropDownList ID="endMinuteDropDown" runat="server" Style="z-index: 110; left: 524px;
                position: absolute; top: 24px" Width="43px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
            </asp:DropDownList>
        </div>
        
        <div id="isJKDiv" runat="server" style="z-index: 107; left: 37px; width: 590px; position: absolute; top: 241px;
            height: 27px; font-weight:normal; font-family:Arial; font-size: 10pt;">
            <asp:Label ID="isVenueJKLabel" runat="server" Style="z-index: 100; left: 2px; position: absolute;
                top: 3px" Text="Is Venue a JK?" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="isVenueJKDropDown" runat="server" Style="z-index: 101; left: 106px;
                position: absolute; top: 0px" Font-Names="Arial" Font-Size="10pt" AutoPostBack="True" OnSelectedIndexChanged="isVenueJKDropDown_SelectedIndexChanged" Width="113px">
            </asp:DropDownList>
        </div>
        <div id="tooltip" style="z-index: 1; left: 402px; position: absolute; top: 245px;">UnboundUnboundUnbound</div>
        <div id="jkDetailsDiv" runat="server" style="z-index: 105; left: 37px; width: 581px; position: absolute; top: 219px;
            height: 76px; font-weight:normal; font-family:Arial; font-size: 10pt;" title="Event JK" visible="true">
            
            <asp:Label ID="jkNameLabel" runat="server" Text="Jamatkhana Name:" Style="z-index: 102; left: 242px; position: absolute;
                top: 25px;" Font-Size="10pt" Visible="False"></asp:Label>
            <asp:DropDownList ID="jkNameDropDown" runat="server" Style="z-index: 103; left: 361px;
                position: absolute; top: 25px" Width="207px" Font-Names="Arial" Font-Size="10pt" Visible="False">
            </asp:DropDownList>
            <asp:RequiredFieldValidator id="jkNameValidator" runat=server ControlToValidate="jkNameDropDown"
                Display="Static" ErrorMessage="Jamatkhana Name" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="Select One" style="z-index: 103; left: 352px; position: absolute;
                top: 22px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            
            <asp:Label ID="mgmtContactedLabel" runat="server" Style="z-index: 104; left: 1px; position: absolute;
                top: 54px" Text="Mgmt Contacted:" Font-Names="Arial" Font-Size="10pt" Visible="False"></asp:Label>
            <asp:DropDownList ID="mgmtContactedDropDown" runat="server" Style="z-index: 105;
                left: 106px; position: absolute; top: 52px" Font-Names="Arial" Font-Size="10pt" Width="113px" Visible="False">
            </asp:DropDownList>
            <asp:RequiredFieldValidator id="mgmtContactedValidator" runat=server ControlToValidate="mgmtContactedDropDown"
                Display="Static" ErrorMessage="Mgmt Contacted" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="Select One" style="z-index: 103; left: 97px; position: absolute;
                top: 51px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
        </div>
        
        <div id="venueDetails" runat="server" style="z-index: 106; left: 37px; width: 581px; position: absolute; top: 219px;
            height: 135px; font-weight:normal; font-family:Arial; font-size: 10pt;" title="Event Venue" visible="true">

            <asp:Label ID="venueNameLabel" runat="server" Style="z-index: 100; left: 275px; position: absolute;
                top: 25px" Text="Venue Name:" Font-Names="Arial" Font-Size="10pt" Visible="False"></asp:Label>
            <asp:DropDownList ID="venueNameDropDown" runat="server" AutoPostBack="True" Style="z-index: 101;
                left: 361px; position: absolute; top: 25px" Width="207px" Font-Names="Arial" Font-Size="10pt" OnSelectedIndexChanged="venueNameDropDown_SelectedIndexChanged" Visible="False">
            </asp:DropDownList>
            <asp:RequiredFieldValidator id="venueNameValidator" runat=server ControlToValidate="venueNameDropDown"
                Display="Static" ErrorMessage="Venue Name" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="Select One" style="z-index: 103; left: 352px; position: absolute;
                top: 22px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            
            <asp:Label ID="venueTypeLabel" runat="server" Style="z-index: 114; left: 2px; position: absolute;
                top: 54px" Text="Venue Type:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="venueTypeDropDown" runat="server" Style="z-index: 102;
                left: 106px; position: absolute; top: 52px" Width="113px" Font-Names="Arial" Font-Size="10pt" OnSelectedIndexChanged="venueNameDropDown_SelectedIndexChanged" Enabled="False">
            </asp:DropDownList>
            <asp:RequiredFieldValidator id="venueTypeValidator" runat=server ControlToValidate="venueTypeDropDown"
                Display="Static" ErrorMessage="Venue Type" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="Select One" style="z-index: 103; left: 77px; position: absolute;
                top: 51px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            
            <asp:Label ID="newVenueNameLabel" runat="server" Font-Names="Arial" Font-Size="10pt"
                Style="z-index: 103; left: 246px; position: absolute; top: 54px" Text="New Venue Name:"
                Visible="False"></asp:Label>
            <asp:TextBox ID="newVenueNameTextBox" runat="server" Style="z-index: 105; left: 361px;
                position: absolute; top: 52px" Font-Names="Arial" Font-Size="10pt" 
                 MaxLength="100" Width="200px" Visible="False"></asp:TextBox>
            <asp:RequiredFieldValidator ID="newVenueNameValidator" runat="server" ControlToValidate="newVenueNameTextBox"
                Display="Static" ErrorMessage="New Venue Name" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="" Style="z-index: 112; left: 353px; position: absolute;
                top: 51px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True" Visible="false"></asp:RequiredFieldValidator>
            
            <asp:Label ID="addressLabel" runat="server" Style="z-index: 106; left: 2px; position: absolute;
                top: 80px" Text="Venue Address:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:TextBox ID="addressTextBox" runat="server" Style="z-index: 107; left: 106px;
                position: absolute; top: 79px" Width="455px" Font-Names="Arial" Font-Size="10pt" 
                MaxLength="255" Enabled="False"></asp:TextBox>
            <asp:RequiredFieldValidator ID="addressValidator" runat="server" ControlToValidate="addressTextBox"
                Display="Static" ErrorMessage="Venue Address" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="" Style="z-index: 112; left: 94px; position: absolute;
                top: 77px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            
            <asp:Label ID="cityLabel" runat="server" Style="z-index: 108; left: 3px; position: absolute;
                top: 108px" Text="Venue City:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:DropDownList ID="venueCityDropDown" runat="server" Style="z-index: 109; left: 106px;
                position: absolute; top: 106px" Width="113px" Font-Names="Arial" Font-Size="10pt" Enabled="False">
            </asp:DropDownList>
            <asp:RequiredFieldValidator id="venueCityValidator" runat=server ControlToValidate="venueCityDropDown"
                Display="Static" ErrorMessage="Venue City" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="Select One" style="z-index: 103; left: 69px; position: absolute;
                top: 105px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            
            <asp:Label ID="provinceLabel" runat="server" Style="z-index: 110; left: 230px; position: absolute;
                top: 108px" Text="Province:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:Label ID="provinceStringLabel" runat="server" Style="z-index: 111; left: 284px; position: absolute;
                top: 108px" Width="21px" Font-Names="Arial" Font-Size="10pt" Font-Bold="True">BC</asp:Label>
            
            <asp:Label ID="postalCodeLabel" runat="server" Style="z-index: 112; left: 312px; position: absolute;
                top: 108px" Text="Postal Code:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:TextBox ID="postalCodeTextBox" runat="server" Style="z-index: 113; left: 395px;
                position: absolute; top: 106px" Font-Names="Arial" Font-Size="10pt" 
                MaxLength="7" Width="60px" Enabled="False"></asp:TextBox>
            <asp:RequiredFieldValidator ID="postalCodeValidator" runat="server" ControlToValidate="postalCodeTextBox"
                Display="Static" ErrorMessage="Postal Code" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="" Style="z-index: 112; left: 386px; position: absolute;
                top: 105px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>

            <asp:Label ID="capacityLabel" runat="server" Style="z-index: 112; left: 469px; position: absolute;
                top: 108px" Text="Capacity:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            <asp:TextBox ID="capacityTextBox" runat="server" Style="z-index: 113; left: 530px;
                position: absolute; top: 106px" Font-Names="Arial" Font-Size="10pt" 
                MaxLength="50" Width="31px" Enabled="False"></asp:TextBox>
            <asp:RequiredFieldValidator ID="capacityValidator" runat="server" ControlToValidate="capacityTextBox"
                Display="Static" ErrorMessage="Capacity" Font-Name="Verdana" Font-Size="10"
                Height="22px" InitialValue="" Style="z-index: 112; left: 522px; position: absolute;
                top: 105px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
        </div>
        
        <div id="targetSegmentDiv" style="z-index: 108; left: 37px; width: 582px; position: absolute; top: 371px;
            height: 280px; font-weight:normal; font-family:Arial; font-size: 10pt;" title="Target Segments" visible="false">
            &nbsp;
            
            <asp:Label ID="targetSegmentLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
                position: absolute; top: 0px" Text="Target Segments" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            
            <asp:GridView ID="TargetSegmentGridView" runat="server" 
                DataSourceID="SqlDataSource1"
                DataKeyNames="Project_TargetSegmentID,TargetSegmentID,IsPrimaryTargetYN"
                Style="position: absolute; left: 0px; top: 25px"
                Width="567px" 
                AutoGenerateColumns="False"
                ForeColor="#333333" 
                GridLines="Horizontal"
                CellPadding="2"
                BorderStyle="Inset"
                BorderWidth="1px"
                ShowFooter="True"
                visible="true" 
                >
                <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                <EditRowStyle BackColor="#999999" />
                <SelectedRowStyle BackColor="Beige" Font-Bold="False" ForeColor="#333333"/>
                <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
                <HeaderStyle BackColor="#1F314F"   ForeColor="White"/>
                <AlternatingRowStyle BackColor="White"  CssClass="oddRow" />
                <FooterStyle BackColor="#1F314F" ForeColor="White" Font-Bold="True" />
                <Columns>
                    <asp:BoundField DataField="TargetSegmentID" HeaderText="ID" SortExpression="TargetSegmentID" ReadOnly="True" Visible="False" />
                    <asp:BoundField DataField="Project_TargetSegmentID" HeaderText="Project_TargetSegmentID" SortExpression="Project_TargetSegmentID" ReadOnly="True" Visible="False" />
                    <asp:BoundField DataField="TargetSegmentName" HeaderText="" SortExpression="TargetSegmentName" ReadOnly="True" />
                    <asp:BoundField DataField="IsPrimaryTargetYN" HeaderText="Primary" SortExpression="IsPrimaryTargetYN" Visible="False" />
                    <asp:TemplateField>
                        <HeaderTemplate>
                            <asp:Label ID="PrimaryLabel" runat="server">Primary</asp:Label>
                        </HeaderTemplate>
                        <ItemTemplate>
                            <input name="IsPrimaryTargetRadioButton" type="radio" value='<%# Eval("TargetSegmentID") %>' <%# Eval("PrimaryChecked") %> />
                        </ItemTemplate>
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:TemplateField>
                    <asp:TemplateField>
                        <HeaderTemplate>
                            <asp:Label ID="AdditionalLabel" runat="server">Additional</asp:Label>
                        </HeaderTemplate>
                        <ItemTemplate>
                            <input name="IsAdditionalCheckBox<%# Eval("TargetSegmentID") %>" type=checkbox value='<%# Eval("TargetSegmentID") %>' <%# Eval("AdditionalChecked") %> />
                        </ItemTemplate>
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:TemplateField>
                    <asp:BoundField DataField="ProjectID" HeaderText="ProjectID" SortExpression="ProjectID" ReadOnly="True" Visible="False" />
                </Columns>
            </asp:GridView>
            
            <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:cnPPDB %>"
                SelectCommand="mspProjectTargetSegmentGetByProjectID" SelectCommandType="StoredProcedure" DeleteCommand="mspProjectTargetSegmentDeleteByID" DeleteCommandType="StoredProcedure" UpdateCommand="mspProjectTargetSegmentInsertUpdateByProjectID" UpdateCommandType="StoredProcedure">
                <SelectParameters>
                    <asp:QueryStringParameter DefaultValue="" Name="ProjectID" QueryStringField="ProjectID"
                        Type="Int32" />
                </SelectParameters>
                <DeleteParameters>
                    <asp:Parameter Name="Project_TargetSegmentID" Type="Int32" />
                </DeleteParameters>
                <UpdateParameters>
                    <asp:Parameter Name="Project_TargetSegmentID" Type="Int32" />
                    <asp:Parameter Name="ProjectID" Type="Int32" />
                    <asp:Parameter Name="TargetSegmentID" Type="Int32" />
                    <asp:Parameter Name="IsPrimaryTargetYN" Type="Int16" />
                    <asp:Parameter Name="ModifiedBy" Type="String" />
                </UpdateParameters>
            </asp:SqlDataSource>
        </div>
        
        <div id="afterTargetSegmentDiv" style="left: 37px; width: 590px; position: absolute; top: 677px; height: 396px; z-index: 101;">
            <div id="organizersDiv" style="z-index: 104; left: 2px; width: 583px; position: relative; 
                height: 73px; font-weight:normal; font-family:Arial; font-size: 10pt; top: 19px;">
                
                <asp:Label ID="organizersLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
                    position: absolute; top: 0px" Text="Organizers" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                
                <asp:Label ID="boardPortfolioLabel" runat="server" Style="z-index: 101; left: 1px; position: absolute;
                    top: 25px" Text="Board/Portfolio:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:Label ID="boardPortfolioValueLabel" runat="server" Style="left: 97px; position: absolute;
                    top: 25px" Width="204px">BoardPortfolio Value Label</asp:Label>
                
                <asp:Label ID="committeeLabel" runat="server" Style="z-index: 103; left: 325px; position: absolute;
                    top: 25px" Text="Committee:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:TextBox ID="committeeTextBox" runat="server" Style="z-index: 105;
                    left: 395px; position: absolute; top: 23px" 
                    MaxLength="100" Width="163px" ></asp:TextBox>
                    
                <div id="keyPartnersDiv" style="left: 0px; width: 579px; position: relative; font-weight:normal; font-family:Arial; font-size: 10pt; top: 49px;">

                    <asp:Label ID="keyPartnersLabel" runat="server" Style="left: 1px; position: absolute;
                        top: 2px" Text="Key Partners:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                    <asp:Label ID="keyPartnerValueLabel" runat="server" Style="left: 97px; position: absolute;
                        top: 2px" Width="464px">Key Partner Value</asp:Label>
                    
                    <!--
                    <asp:Label ID="keyPartnerCommitteeLabel" runat="server" Style="z-index: 103; left: 325px; position: absolute;
                        top: 2px" Text="Committee:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                    <asp:TextBox ID="keyPartnerCommitteeTextBox" runat="server" Style="z-index: 105;
                        left: 395px; position: absolute; top: 0px" 
                        MaxLength="100" Width="163px" ></asp:TextBox>
                        -->
                </div>
            </div>
            
            <div id="partOfPlanDiv" style="position: absolute; left: 2px; width: 583px; top: 100px; height: 20px;">
                <asp:Label ID="partOfOpPlanLabel" runat="server" Style="z-index: 108; left: 1px; position: absolute;
                    top: 0px" Text="Is this program part of the Operational Plan for this year?" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:DropDownList ID="partOfOpPlanDropDown" runat="server" Style="z-index: 109; left: 395px;
                    position: relative; top: 0px" Font-Names="Arial" Font-Size="10pt">
                </asp:DropDownList>
                <asp:RequiredFieldValidator id="partOfOpPlanValidator" runat=server ControlToValidate="partOfOpPlanDropDown"
                    Display="Static" ErrorMessage="Is this program part of the Operational Plan for this year?" Font-Name="Verdana" Font-Size="10"
                    Height="22px" InitialValue="Select One" style="z-index: 103; left: 328px; position: absolute;
                    top: -1px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
            </div>
            
            <div id="notesDiv" style="position: absolute; left: 2px; width: 583px; top: 127px; height: 90px;">
                <asp:Label ID="projectNotesLabel" runat="server" Font-Bold="True" Style="position: absolute; top: 0px" 
                    Text="Notes" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:TextBox ID="projectNotesTextBox" runat="server" Height="54px" Style="position: absolute; top: 24px" 
                    MaxLength="1000" Width="562px" TextMode="MultiLine"></asp:TextBox>
            </div>
            
            <div id="serviceRequirementsDiv" style="z-index: 116; left: 2px; width: 583px; position: absolute;
                top: 229px; height: 111px; font-weight:normal; font-family:Arial; font-size: 10pt;">
                <asp:Label ID="serviceRequirementsLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
                    position: absolute; top: 0px" Text="Service Requirements - Ensure that the form for each request needed is completed." Font-Names="Arial" Font-Size="10pt"></asp:Label>
                
                <asp:Label ID="alakhbarLabel" runat="server" Style="z-index: 101; left: 3px; position: absolute;
                    top: 25px" Text="Al-Akhbar/Announcement:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:DropDownList ID="alakhbar" runat="server" Style="z-index: 102; left: 166px;
                    position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt">
                </asp:DropDownList>
                <asp:RequiredFieldValidator id="alakhbarValidator" runat=server ControlToValidate="alakhbar"
                    Display="Static" ErrorMessage="Al-Akhbar/Announcement" Font-Name="Verdana" Font-Size="10"
                    Height="22px" InitialValue="Select One" style="z-index: 103; left: 154px; position: absolute;
                    top: 22px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
                
                <asp:Label ID="transportationLabel" runat="server" Style="z-index: 104; left: 3px; position: absolute;
                    top: 53px" Text="Transportation:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:DropDownList ID="transportation" runat="server" Style="z-index: 105;
                    left: 166px; position: absolute; top: 51px" Font-Names="Arial" Font-Size="10pt">
                </asp:DropDownList>
                <asp:RequiredFieldValidator id="transportationValidator" runat=server ControlToValidate="transportation"
                    Display="Static" ErrorMessage="Transportation" Font-Name="Verdana" Font-Size="10"
                    Height="22px" InitialValue="Select One" style="z-index: 106; left: 87px; position: absolute;
                    top: 50px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
                
                <asp:Label ID="insuranceLabel" runat="server" Style="z-index: 107; left: 329px; position: absolute;
                    top: 25px" Text="Insurance Coverage:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:DropDownList ID="insurance" runat="server" Style="z-index: 108; left: 476px;
                    position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt">
                </asp:DropDownList>
                <asp:RequiredFieldValidator id="insuranceValidator" runat=server ControlToValidate="insurance"
                    Display="Static" ErrorMessage="Insurance Coverage" Font-Name="Verdana" Font-Size="10"
                    Height="22px" InitialValue="Select One" style="z-index: 109; left: 444px; position: absolute;
                    top: 22px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
                
                <asp:Label ID="ivcLabel" runat="server" Style="z-index: 110; left: 329px; position: absolute;
                    top: 53px" Text="Ismaili Volunteer Corp.:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
                <asp:DropDownList ID="ivc" runat="server" Style="z-index: 111; left: 476px;
                    position: absolute; top: 51px" Font-Names="Arial" Font-Size="10pt">
                </asp:DropDownList>
                <asp:RequiredFieldValidator id="ivcValidator" runat=server ControlToValidate="ivc"
                    Display="Static" ErrorMessage="Ismaili Volunteer Corp." Font-Name="Verdana" Font-Size="10"
                    Height="22px" InitialValue="Select One" style="z-index: 112; left: 463px; position: absolute;
                    top: 50px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
                
                <asp:HyperLink ID="servicesSpreadsheetHyperLink" runat="server" Style="z-index: 113;
                    left: 3px; position: absolute; top: 88px" NavigateUrl="UserTemplates/PPServices_Ver_BC_090513.xls" Target="Services" Width="180px">Services Template</asp:HyperLink>
                <asp:HyperLink ID="ppServicesSpreadsheetHyperLink" runat="server" Style="z-index: 113;
                    left: 117px; position: absolute; top: 88px" Target="Uploaded Services" Width="114px"></asp:HyperLink>
                    
                <asp:Label ID="servicesUploadLabel" runat="server" Style="z-index: 116; left: 242px;
                    position: absolute; top: 88px" Text="File to Upload:"></asp:Label>
                <asp:FileUpload ID="servicesFileUpload" runat="server" Height="24px" Style="z-index: 114;
                    left: 329px; position: absolute; top: 84px" Width="240px" />
            </div>
        
            <div id="saveProjectDiv" style="left: 2px; width: 583px; position: absolute;
                top: 341px; height: 62px;"> 
            <asp:Button ID="saveProjectButton" runat="server" 
                ValidationGroup="eventDetails" OnClick="saveProjectButton_Click"
                Style="z-index: 100; left: 192px; position: absolute; top: 22px" Text="Save Project Details" />
                &nbsp;
                
            <asp:Label ID="saveResultLabel2" runat="server" style="left: 2px; position: absolute; top: 0px; text-align: left;" ForeColor="Red" Height="11px" Width="150%"></asp:Label>
            </div>
            <asp:ValidationSummary ID="overallEvalSummary" runat="server"
                ShowMessageBox="true" ShowSummary="false" DisplayMode="BulletList"
                HeaderText="The following fields contain invalid values:" Font-Name="verdana" Font-Size="10"
                style="z-index: 110; left: 603px; position: absolute; top: 25px"
                ValidationGroup="eventDetails" Width="286px" />
        </div>
        
        <div id="CreatedByModifiedByDiv" style="left: 37px; position: absolute; top: 1078px; width: 583px; height: 8px;" align="left">
            <div id="Div2" style="z-index: 104; left: 2px; width: 583px; position: relative; 
                height: 21px; font-weight:normal; font-family:Arial; font-size: 10pt; top: 0px;">
                
                <asp:Label ID="CreatedByHeadingLabel" runat="server" Style="z-index: 101; left: 1px; position: absolute;
                    top: 0px" Text="Created By:" Font-Names="Arial" Font-Size="xx-small"></asp:Label>
                <asp:Label ID="CreatedByLabel" runat="server" Style="left: 56px; position: absolute;
                    top: 0px" Width="204px" Font-Names="Arial" Font-Size="xx-small">CreatedBy Value Label</asp:Label>
                    
                <asp:Label ID="ModifiedByHeadingLabel" runat="server" Style="z-index: 101; left: 367px; position: absolute;
                    top: 0px" Text="Last Modified By:" Font-Names="Arial" Font-Size="xx-small"></asp:Label>
                <asp:Label ID="ModifiedByLabel" runat="server" Style="left: 444px; position: absolute;
                    top: 0px" Width="118px" Font-Names="Arial" Font-Size="XX-Small">LastModifiedBy Value Label</asp:Label>
            </div>
        </div>
        
        <div id="hiddenValues" style="left: 43px; position: absolute; top: 1101px; width: 583px;" align="left">
            <asp:HiddenField ID="projectDateIDHidden" runat="server" />
            <asp:HiddenField ID="proposedDateHidden" runat="server" />
            <asp:HiddenField ID="boardPortfolioIDHidden" runat="server" />
            <asp:HiddenField ID="ppCurrStatusIDHidden" runat="server" />
        </div>
    </div>
    </form>
</body>
</html>
 
# Change User Description Committed
#2 21431 Necqui Updates
#1 21430 Necqui TKN Initial