Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'ASP.pages_coded_connect_aspx' does not contain a definition for 'ddlInterestArea_SelectedIndexChanged' and no extension method 'ddlInterestArea_SelectedIndexChanged' accepting a first argument of type 'ASP.pages_coded_connect_aspx' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 167:                                    <span class="smaller strong field-label">Interested In</span>
Line 168:                                    <asp:Label ID="lblInterestArea" CssClass="form-field-required" runat="server" Text="*" /><br />
Line 169:                                    <asp:DropDownList ID="ddlInterestArea" runat="server" CausesValidation="false" AutoPostBack="true" OnSelectedIndexChanged="ddlInterestArea_SelectedIndexChanged">
Line 170:                                        <asp:ListItem Value="plant">Plant a Church</asp:ListItem>
Line 171:                                        <asp:ListItem Value="relaunch">Relaunch my church</asp:ListItem>

Source File: d:\Inetpub\Websites\cityharvest.network\v1\published\Pages\Coded\Connect.aspx    Line: 169





Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4682.0