Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Collapsible panel

Status
Not open for further replies.

kalkumar

Programmer
Jul 7, 2006
40
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top