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
mohammed shamsheer
NA
394
144.3k
cannot implicitly convert system type to event handler
Aug 28 2013 7:18 AM
I created two properties for button in master page
public Button test { get { return Button1; } }
public Button print { get { return Button4; } }
in child page:
Master.print.Click += DesignationGridLoad(); showing error cannot implicity covert system type to event handler.
Reply
Answers (
4
)
PageIndex in ASP.NET
how to find id in repeater control