Question How to trigger clicked event on another button?

phav68

New member
Joined
Feb 14, 2012
Messages
1
Programming Experience
Beginner
On my webpage I have a button 'Export to Excel' which is a custom control (dll). When I click this button the export to excel is done. This works fine.

In my layout I only use image buttons. So I want to use an image button with an Excel image to perform the export. I can't change the custom control so I added a new image button.
When I click the new image button I want it to perform the export by triggering the clicked event from the custom control.
How Can I do this?
 
Back
Top