Israel

Israel

  • NA
  • 1.3k
  • 205.3k

Why this mention appear(...)

Jul 17 2013 10:34 AM
Hi!
Can I have a solution on this bug. When I run my program I receive this message and I don't see what's wrong because I put the same code as declared in .aspx file: "cmdNew_Click". But I have this message:
1. The type 'AuthorManager' already contains a definition for 'cmdNew_Click'

.aspx

...
<asp:Button ID="cmdNew_Click" text="Create New" runat="server"/>
...

...
protected void cmdNew_Click(object sender, EventArgs e)
{
     txtID.Text="";
     txtFirstName.Text="";
}
...

Then how can resolv it please.

Thanx,
Israel.

Answers (2)