<%@ Page Language="C#" AutoEventWireup="true" CodeFile="eval.aspx.cs" Inherits="eval" %> <!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 runat="server"> <title>Project Evaluation</title> <script language="javascript"> if(self.location==top.location)self.location="Default.html"; </script> </head> <body background="Images/CFBC-logo2.gif" oncontextmenu="return false"> <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;"> <asp:Label ID="coeRefNumLabel" 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="coeRefNumValueLabel" 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:Label ID="proposalStatusValueLabel" runat="server" Style="z-index: 103; left: 324px; position: absolute; top: 16px" Text="Status Value Label" Font-Names="Arial" Font-Size="10pt"></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:Label ID="projectTitleValueLabel" runat="server" Style="z-index: 105; left: 85px; position: absolute; top: 51px" Text="The Title of the Project" Font-Names="Arial" Font-Size="10pt"></asp:Label> <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" ReadOnly="true"></asp:TextBox> </div> <div id="dateVenueDiv" style="z-index: 119; left: 37px; width: 579px; position: absolute; top: 340px; height: 86px; font-weight:normal; font-family:Arial; font-size: 10pt;"> <asp:Label ID="dateVenueHeadingLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Text="Event Date & Venue Details" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="eventDateLabel" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 101; left: 3px; position: absolute; top: 27px" Text="Event Date:"></asp:Label> <asp:DropDownList ID="eventDateDropDown" runat="server" AutoPostBack="True" Style="z-index: 102; left: 83px; position: absolute; top: 24px" Font-Names="Arial" Font-Size="10pt" OnSelectedIndexChanged="eventDateDropDown_SelectedIndexChanged" Visible="False"> </asp:DropDownList> <asp:Label ID="eventDateValueLabel" runat="server" Style="left: 88px; position: absolute; top: 27px" Visible="False"></asp:Label> <asp:Label ID="venueNameLabel" runat="server" Style="z-index: 103; left: 3px; position: absolute; top: 63px" Text="Venue:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="venueNameValueLabel" runat="server" Style="left: 85px; position: absolute; top: 63px"></asp:Label> <asp:Label ID="cityLabel" runat="server" Style="z-index: 105; left: 277px; position: absolute; top: 63px" Text="City:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="venueCityValueLabel" runat="server" Style="left: 311px; position: absolute; top: 63px"></asp:Label> <asp:Label ID="provinceLabel" runat="server" Style="z-index: 107; left: 492px; position: absolute; top: 63px" Text="Province:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="provinceValueLabel" runat="server" Style="z-index: 108; left: 551px; position: absolute; top: 63px" Width="21px" Font-Names="Arial" Font-Size="10pt" Font-Bold="True">ZZ</asp:Label> </div> <div id="overallEvalDiv" style="z-index: 115; left: 37px; width: 579px; position: absolute; top: 154px; height: 179px; font-weight:normal; font-family:Arial; font-size: 10pt;"> <asp:Label ID="overallRatingHeadingLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Text="Rate the Overall Event" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="overallRatingLabel" runat="server" Style="z-index: 101; left: 3px; position: absolute; top: 25px" Text="Rating:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="overallRatingDropDown" onchange="ClientOnChange();" runat="server" Style="z-index: 102; left: 85px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator id="overallRatingValidator" runat=server ControlToValidate="overallRatingDropDown" Display="Static" ErrorMessage="Rating" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" style="z-index: 103; left: 44px; position: absolute; top: 23px" Text="*" ValidationGroup="overallEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="repeatEventLabel" runat="server" Style="z-index: 105; left: 300px; position: absolute; top: 25px" Text="Would you repeat this event?" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="repeatEventDropDown" onchange="ClientOnChange();" runat="server" Style="z-index: 106; left: 478px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="repeatEventValidator" runat="server" ControlToValidate="repeatEventDropDown" Display="Static" ErrorMessage="Would you repeat this event?" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 112; left: 469px; position: absolute; top: 23px" Text="*" ValidationGroup="overallEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="overallCommentsLabel" runat="server" Style="z-index: 107; left: 3px; position: absolute; top: 64px" Text="Comments:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:TextBox ID="overallCommentsTextBox" runat="server" Height="48px" Style="z-index: 108; left: 85px; position: absolute; top: 60px" TextMode="MultiLine" MaxLength="1000" Width="479px"></asp:TextBox> <asp:Button ID="saveOverallEvalButton" runat="server" ValidationGroup="overallEval" Style="z-index: 109; left: 200px; position: absolute; top: 129px" Text="Save Overall Event Evaluation" OnClick="saveOverallEvalButton_Click" /> <asp:ValidationSummary ID="overallEvalSummary" runat="server" ShowMessageBox="true" ShowSummary="false" DisplayMode="BulletList" HeaderText="The following 'Overall Evaluation' fields contain invalid values:" Font-Name="verdana" Font-Size="10" style="z-index: 110; left: 603px; position: absolute; top: 25px" ValidationGroup="overallEval" Width="286px" /> <hr style="height: 1px; left: 0px; position: absolute; top: 168px; z-index: 111;" /> </div> <div id="facilitiesRatingDiv" style="z-index: 119; left: 37px; width: 579px; position: absolute; top: 449px; height: 86px; font-weight:normal; font-family:Arial; font-size: 10pt;"> <asp:Label ID="facilitiesRatingHeadingLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Text="Rate the Facilities" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="seatingLabel" runat="server" Style="z-index: 101; left: 3px; position: absolute; top: 26px" Text="Seating:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="seatingDropDown" runat="server" Style="z-index: 102; left: 132px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="seatingValidator" runat="server" ControlToValidate="seatingDropDown" Display="Static" ErrorMessage="Seating" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 103; left: 53px; position: absolute; top: 23px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="locationLabel" runat="server" Style="z-index: 107; left: 312px; position: absolute; top: 26px" Text="Location:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="locationDropDown" runat="server" Style="z-index: 108; left: 459px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="locationValidator" runat="server" ControlToValidate="locationDropDown" Display="Static" ErrorMessage="Location" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 105; left: 366px; position: absolute; top: 23px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="parkingLabel" runat="server" Style="z-index: 109; left: 3px; position: absolute; top: 62px" Text="Parking:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="parkingDropDown" runat="server" Style="z-index: 110; left: 132px; position: absolute; top: 59px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="parkingValidator" runat="server" ControlToValidate="parkingDropDown" Display="Static" ErrorMessage="Parking" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 104; left: 53px; position: absolute; top: 59px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="servingRefeshmentsLabel" runat="server" Style="z-index: 111; left: 312px; position: absolute; top: 62px" Text="Serving Refreshments:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="servingRefeshmentsDropDown" runat="server" Style="z-index: 112; left: 459px; position: absolute; top: 59px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="servingRefeshmentsValidator" runat="server" ControlToValidate="servingRefeshmentsDropDown" Display="Static" ErrorMessage="Serving Refreshments" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 113; left: 443px; position: absolute; top: 59px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> </div> <div id="effectivenessDiv" style="z-index: 116; left: 37px; width: 579px; position: absolute; top: 558px; height: 90px; font-weight:normal; font-family:Arial; font-size: 10pt;"> <asp:Label ID="effectivenessRatingHeadingLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Text="Rate the Effectiveness of the Event" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="materialPresentedLabel" runat="server" Style="z-index: 101; left: 3px; position: absolute; top: 26px" Text="Material Presented:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="materialPresentedDropDown" runat="server" Style="z-index: 102; left: 132px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="materialPresentedValidator" runat="server" ControlToValidate="materialPresentedDropDown" Display="Static" ErrorMessage="Material Presented" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 103; left: 118px; position: absolute; top: 23px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="audienceLearningLabel" runat="server" Style="z-index: 104; left: 312px; position: absolute; top: 26px" Text="Audience Learning:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="audienceLearningDropDown" runat="server" Style="z-index: 105; left: 459px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="audienceLearningValidator" runat="server" ControlToValidate="audienceLearningDropDown" Display="Static" ErrorMessage="Audience Learning" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 106; left: 424px; position: absolute; top: 23px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="speakerKnowledgeLabel" runat="server" Style="z-index: 108; left: 3px; position: absolute; top: 53px" Text="Speaker Knowledge & Presentation Style:" Font-Names="Arial" Font-Size="10pt" Height="34px" Width="126px"></asp:Label> <asp:DropDownList ID="speakerKnowledgeDropDown" runat="server" Style="z-index: 109; left: 132px; position: absolute; top: 59px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="speakerKnowledgeValidator" runat="server" ControlToValidate="speakerKnowledgeDropDown" Display="Static" ErrorMessage="Speaker Knowledge & Presentation Style" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 110; left: 118px; position: absolute; top: 53px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="handoutMaterialLabel" runat="server" Style="z-index: 111; left: 312px; position: absolute; top: 62px" Text="Handout Material:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="handoutMaterialDropDown" runat="server" Style="z-index: 112; left: 459px; position: absolute; top: 59px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="handoutMaterialValidator" runat="server" ControlToValidate="handoutMaterialDropDown" Display="Static" ErrorMessage="Handout Material" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 113; left: 415px; position: absolute; top: 59px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> </div> <div id="organizationDiv" style="z-index: 117; left: 37px; width: 579px; position: absolute; top: 667px; height: 90px; font-weight:normal; font-family:Arial; font-size: 10pt;"> <asp:Label ID="organizationRatingHeadingLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Text="Rate The Level Of Organization & Preparation Of The Event" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="timeManagementLabel" runat="server" Style="z-index: 101; left: 3px; position: absolute; top: 26px" Text="Time Management:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="timeManagementDropDown" runat="server" Style="z-index: 102; left: 132px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="timeManagementValidator" runat="server" ControlToValidate="timeManagementDropDown" Display="Static" ErrorMessage="Time Management" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 113; left: 115px; position: absolute; top: 23px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="refreshmentsLabel" runat="server" Style="z-index: 106; left: 312px; position: absolute; top: 26px" Text="Refreshments:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="refreshmentsDropDown" runat="server" Style="z-index: 104; left: 459px; position: absolute; top: 23px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="refreshmentsValidator" runat="server" ControlToValidate="refreshmentsDropDown" Display="Static" ErrorMessage="Refreshments" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 113; left: 397px; position: absolute; top: 23px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="marketingLabel" runat="server" Style="z-index: 107; left: 3px; position: absolute; top: 62px" Text="Marketing:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="marketingDropDown" runat="server" Style="z-index: 103; left: 132px; position: absolute; top: 59px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="marketingValidator" runat="server" ControlToValidate="marketingDropDown" Display="Static" ErrorMessage="Marketing" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 113; left: 65px; position: absolute; top: 59px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> <asp:Label ID="volunteerServicesLabel" runat="server" Style="z-index: 108; left: 312px; position: absolute; top: 62px" Text="Volunteer Services:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:DropDownList ID="volunteerServicesDropDown" runat="server" Style="z-index: 109; left: 459px; position: absolute; top: 59px" Font-Names="Arial" Font-Size="10pt"> </asp:DropDownList> <asp:RequiredFieldValidator ID="volunteerServicesValidator" runat="server" ControlToValidate="volunteerServicesDropDown" Display="Static" ErrorMessage="Volunteer Services" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="Select One" Style="z-index: 113; left: 426px; position: absolute; top: 59px" Text="*" ValidationGroup="eventDateEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator> </div> <div id="pleaseAnswerDiv" style="z-index: 118; left: 37px; width: 579px; position: absolute; top: 776px; height: 165px; font-weight:normal; font-family:Arial; font-size: 10pt;"> <asp:Label ID="pleaseAnswerHeadingLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Text="Please Answer the Following Questions" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:Label ID="Label3" runat="server" Style="z-index: 101; left: 3px; position: absolute; top: 25px" Text="List 3 Items you'd KEEP THE SAME:" Font-Names="Arial" Font-Size="10pt" Height="34px" Width="126px"></asp:Label> <asp:TextBox ID="keepSameTextBox1" runat="server" Style="z-index: 102; left: 129px; position: absolute; top: 29px" Height="34px" TextMode="MultiLine" MaxLength="100" Width="135px"></asp:TextBox> <asp:RequiredFieldValidator ID="keepSameTextBox1Validator" runat="server" ControlToValidate="keepSameTextBox1" Display="Static" ErrorMessage="First Item you'd keep the same" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="" SetFocusOnError="True" Style="z-index: 114; left: 116px; position: absolute; top: 25px" Text="*" ValidationGroup="eventDateEval" Width="15px"></asp:RequiredFieldValidator> <asp:TextBox ID="keepSameTextBox2" runat="server" Style="z-index: 103; left: 278px; position: absolute; top: 29px" Height="34px" TextMode="MultiLine" MaxLength="100" Width="135px"></asp:TextBox> <asp:RequiredFieldValidator ID="keepSameTextBox2Validator" runat="server" ControlToValidate="keepSameTextBox2" Display="Static" ErrorMessage="Second Item you'd keep the same" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="" SetFocusOnError="True" Style="z-index: 114; left: 116px; position: absolute; top: 25px" Text="*" ValidationGroup="eventDateEval" Width="15px"></asp:RequiredFieldValidator> <asp:TextBox ID="keepSameTextBox3" runat="server" Style="z-index: 104; left: 428px; position: absolute; top: 29px" Height="34px" TextMode="MultiLine" MaxLength="100" Width="135px"></asp:TextBox> <asp:RequiredFieldValidator ID="keepSameTextBox3Validator" runat="server" ControlToValidate="keepSameTextBox3" Display="Static" ErrorMessage="Third Item you'd keep the same" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="" SetFocusOnError="True" Style="z-index: 114; left: 116px; position: absolute; top: 25px" Text="*" ValidationGroup="eventDateEval" Width="15px"></asp:RequiredFieldValidator> <asp:Label ID="Label5" runat="server" Style="z-index: 105; left: 3px; position: absolute; top: 82px" Text="List 3 Items you'd CHANGE:" Font-Names="Arial" Font-Size="10pt" Height="34px" Width="126px"></asp:Label> <asp:TextBox ID="toChangeTextBox1" runat="server" Height="34px" Style="z-index: 106; left: 129px; position: absolute; top: 79px" TextMode="MultiLine" MaxLength="100" Width="135px"></asp:TextBox> <asp:RequiredFieldValidator ID="toChangeTextBox1Validator" runat="server" ControlToValidate="toChangeTextBox1" Display="Static" ErrorMessage="First Item you'd change" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="" SetFocusOnError="True" Style="z-index: 114; left: 116px; position: absolute; top: 82px" Text="*" ValidationGroup="eventDateEval" Width="15px"></asp:RequiredFieldValidator> <asp:TextBox ID="toChangeTextBox2" runat="server" Height="34px" Style="z-index: 107; left: 278px; position: absolute; top: 79px" TextMode="MultiLine" MaxLength="100" Width="135px"></asp:TextBox> <asp:RequiredFieldValidator ID="toChangeTextBox2Validator" runat="server" ControlToValidate="toChangeTextBox2" Display="Static" ErrorMessage="Second Item you'd change" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="" SetFocusOnError="True" Style="z-index: 114; left: 116px; position: absolute; top: 82px" Text="*" ValidationGroup="eventDateEval" Width="15px"></asp:RequiredFieldValidator> <asp:TextBox ID="toChangeTextBox3" runat="server" Height="34px" Style="z-index: 108; left: 428px; position: absolute; top: 79px" TextMode="MultiLine" MaxLength="100" Width="135px"></asp:TextBox> <asp:RequiredFieldValidator ID="toChangeTextBox3Validator" runat="server" ControlToValidate="toChangeTextBox3" Display="Static" ErrorMessage="Third Item you'd change" Font-Name="Verdana" Font-Size="10" Height="22px" InitialValue="" SetFocusOnError="True" Style="z-index: 114; left: 116px; position: absolute; top: 82px" Text="*" ValidationGroup="eventDateEval" Width="15px"></asp:RequiredFieldValidator> <asp:Label ID="additionalDateVenueCommentsLabel" runat="server" Style="z-index: 109; left: 3px; position: absolute; top: 135px" Text="Comments:" Font-Names="Arial" Font-Size="10pt"></asp:Label> <asp:TextBox ID="additionalDateVenueCommentsTextBox" runat="server" Height="48px" Style="z-index: 110; left: 85px; position: absolute; top: 135px" TextMode="MultiLine" MaxLength="500" Width="479px"></asp:TextBox> <asp:Button ID="saveDayEvalButton" runat="server" ValidationGroup="eventDateEval" Style="z-index: 111; left: 201px; position: absolute; top: 204px" Text="Save Event Evaluation for this Day" OnClick="saveDayEvalButton_Click" /> <asp:ValidationSummary ID="eventDateEvalSummary" runat="server" ShowMessageBox="True" ShowSummary="false" DisplayMode="BulletList" HeaderText="The following 'Event Date' fields contain invalid values:" Font-Name="verdana" Font-Size="10" style="z-index: 112; left: 603px; position: absolute; top: 25px" ValidationGroup="eventDateEval" Width="286px" /> </div> <div id="hiddenValues" style="left: 44px; position: absolute; top: 1022px; width: 550px; height: 18px;" align="left"> <asp:HiddenField ID="projectDateIDHidden" runat="server" /> <asp:HiddenField ID="proposedDateHidden" runat="server" /> </div> </div> </form> </body> </html>