G
Guest
Hello,
I have a Master Page with a ImageButton and a Click event associated with.
Then, I've created some pages based on this Master Page.
I need to change the action of Click event will perform depending of the page.
For example: If my page (based on the Master Page) is a customer register, I
need that the ImageButton click event call 'RegisterCustomer()' method. If is
a page with an employee register, I need that the ImageButton click event
call 'RegisterEmployee()' method.
I've tried override the ImageButton Click event in the page, but
unsuccessfully.
How can I do it?
Thank you.
I have a Master Page with a ImageButton and a Click event associated with.
Then, I've created some pages based on this Master Page.
I need to change the action of Click event will perform depending of the page.
For example: If my page (based on the Master Page) is a customer register, I
need that the ImageButton click event call 'RegisterCustomer()' method. If is
a page with an employee register, I need that the ImageButton click event
call 'RegisterEmployee()' method.
I've tried override the ImageButton Click event in the page, but
unsuccessfully.
How can I do it?
Thank you.