Hi,
I need to implement the custom control for the Collapsible panel that means when we click on panel header it needs to be expanded or collapsed. For this I am writing the code like this:
Here I am creating the three table cells one cell contains the collapse/Expand image and second cell contains the title of the panel and the third table cell contains one image suppose named helpimage. The title, images are implemented through properties. Those two cells are added to one table row and becomes Header to the panel.
I am providing a property to put the image for help.
Now the problem is I need one event for the helpimage when the user clicks on that particular helpimage I need to open the help pdf file or traverse to antoher aspx page.
How to write click events for the image which is in panel.
or
I am able to create the Click event for the panel. The Clcik event need to be fired when the help imageis clicked. How to check whether that image is clicked or not to fire click event.
Thanks in advance
I need to implement the custom control for the Collapsible panel that means when we click on panel header it needs to be expanded or collapsed. For this I am writing the code like this:
Here I am creating the three table cells one cell contains the collapse/Expand image and second cell contains the title of the panel and the third table cell contains one image suppose named helpimage. The title, images are implemented through properties. Those two cells are added to one table row and becomes Header to the panel.
I am providing a property to put the image for help.
Now the problem is I need one event for the helpimage when the user clicks on that particular helpimage I need to open the help pdf file or traverse to antoher aspx page.
How to write click events for the image which is in panel.
or
I am able to create the Click event for the panel. The Clcik event need to be fired when the help imageis clicked. How to check whether that image is clicked or not to fire click event.
Thanks in advance