table cell

  • Thread starter Thread starter Seema Multani
  • Start date Start date
S

Seema Multani

Hi,

Actually I have a table cell which has image. I want that when I click on
that image a new pop up window should appear. I am creating tables and
table cells dynmically. Is there any clickable function or property for
table cell.

Thanks
 
No there is no clickable property for tablecell by default, but if you
replace your image with an imagecontrol (or an imagemap control) you could
code to the onclientclick event and use javascript to launch your client
side window. The imagemap control has a default option to open a client
window as a simple parameter.

Regards

John Timney (MVP)
 
Back
Top