Click here to Skip to main content
16,004,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
CS1061: 'ASP.coaching_class_studentregistration_aspx' does not contain a definition for 'lnkbtnComment_Click' and no extension method 'lnkbtnComment_Click' accepting a first argument of type 'ASP.coaching_class_studentregistration_aspx' could be found (are you missing a using directive or an assembly reference?)






XML
<asp:LinkButton ID="lnkbtnComment" runat="server" Font-Bold="True"
Line                                                                       <pre><pre lang="c#">
onclick="lnkbtnComment_Click">Add Comment</asp:LinkButton>
Posted

1 solution

hi,


in your application "lnkbtnComment_Click" event is missing. you have mentioned in the aspx page but compiler couldn't finding in .cs page
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900