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

Source Error:


Line 362:            <div class="<%= GetAlternatingClassForRow("useraccount-item row table-row withoutBorder verticalAlignMiddle","useraccount-item row table-row withoutBorder verticalAlignMiddle") %> edituseraccount-customertype">
Line 363:                <div class="col-sm-4 table-col text-sm-right"><asp:Label ID="lblCustomerTypes" runat="server" Text="<%$ Resources: webshop, f2000_user_types %>" AssociatedControlID="ddlCustomerTypes" CssClass="ca_label" /></div>
Line 364:                <div class="col-sm-8 table-col"><asp:DropDownList ID="ddlCustomerTypes" runat="server" OnDataBinding="ddlCustomerTypes_DataBinding" CssClass="ca_ddl" /></div>
Line 365:            </div>
Line 366:        </asp:Panel>

Source File: u:\X001\webshop\controls\custom\edituseraccount.ascx    Line: 364





Version Information: Microsoft .NET Framework Version:2.0.50727.8964; ASP.NET Version:2.0.50727.8962