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

Source Error:


Line 189:                            <input class="Box txtVerificationCode" type="text" id="txtVerificationCode" onblur="RecoveryTips(3);"  onfocus="ChangeColor(this);" runat="server" />
Line 190:                            <%--<input type="button"  id="btnSend" value="Send" onclick = "SendCode(this)" />--%>
Line 191:                            <asp:Button ID="btnSend" runat="server" Text="Send" 
Line 192:                    onclick="btnSend_Click" />
Line 193:                            <br />

Source File: f:\websites\GTTGLOBALV2\Module\Header4Index.ascx    Line: 191






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