TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Israel
632
1.3k
216.4k
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.
Reply
Answers (
2
)
button event
Sound wrong connection with my DbName