hi
solved this problem plz
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.registration_aspx' does not contain a definition for 'btnsave_Click1' and no extension method 'btnsave_Click1' accepting a first argument of type 'ASP.registration_aspx' could be found (are you missing a using directive or an assembly reference?)
Line 111: <br /> Line 112: Line 113: <asp:Button ID="btnsave" runat="server" Text="Creat Account" Line 114: Width="174px" onclick="btnsave_Click1"/>
Line 115: <asp:Button ID="btnreset" runat="server" Text="Reset" onclick="btnreset_Click1"
have removed button and its associated method and again created them.....even though i am getting the same error