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:
Line 112:
Line 113:
Line 115: have removed button and its associated method and again created them.....even though i am getting the same error
Umesh KumarPosted Apr 29, 2014, 8:39 AM
Also check whether btnsave_Click exists in cs file
if it exists
from your aspx file replace btnsave_Click1 with btnsave_Click
Kunal VaishyaPosted Apr 29, 2014, 8:37 AM
in your button code please remove the "btnsave_Click1" from aspx page. Because system couldn't find the "btnsave_Click1" event in .aspx.cs page.