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.frontdesk_masters_medicalrepresentativemaster_aspx' does not contain a definition for 'btnSave_Click' and no extension method 'btnSave_Click' accepting a first argument of type 'ASP.frontdesk_masters_medicalrepresentativemaster_aspx' could be found (are you missing a using directive or an assembly reference?) Source Error: Line 285: <asp:Panel ID="Panel3" runat="server"> Line 286: Line 287: <asp:Button ID="btnSave" runat="server" CssClass="FormStyleButtonAct" OnClick="btnSave_Click" Line 288: AccessKey="s" Text="Save" /> Line 289:
<asp:button id="btnSave" runat="server" cssclass="FormStyleButtonAct" onclick="btnSave_Click" xmlns:asp="#unknown"> </asp:button>
btnSave_Click
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)