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: 'pages_crt_postal_course_aspx' does not contain a definition for 'ddlcoursetype_SelectedIndexChanged' and no accessible extension method 'ddlcoursetype_SelectedIndexChanged' accepting a first argument of type 'pages_crt_postal_course_aspx' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 114:                                        <asp:Label ID="lblprice" runat="server"></asp:Label>
Line 115:                                    </h4>
Line 116:                                    <asp:DropDownList ID="ddlcoursetype" OnSelectedIndexChanged="ddlcoursetype_SelectedIndexChanged" AutoPostBack="true" runat="server" style="color: Black; font-weight: 400" CssClass="form-control"></asp:DropDownList>
Line 117:                                    <br />
Line 118:                                    <asp:LinkButton ID="lnkbuy" OnClick="lnkbuy_Click" runat="server" CssClass="btn btn-danger">Buy Now</asp:LinkButton>

Source File: C:\Inetpub\vhosts\mycampusrecruitment.com\httpdocs\pages\CRT-postal-course.aspx    Line: 116






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