cannot implicitly convert system type to event handler
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.