Home All Groups Group Topic Archive Search About

Treeview/Treenode oncheck clientside event handler

Author
24 Aug 2006 10:26 PM
dataplex
I'm using ASP.NET 2.0 Treeview Control. I've been reading various posts
about treenode client side callback on check.  Everything says there is
no way to hook this event, but I don't want to give up.  My treeview is
populated from a database and has EnableClientScript and
PopulateOnDemand set to true.  Some nodes in the tree have ShowCheckBox
= true.  I would like to hook into the oncheck event of these
checkboxes but the treenode class does not implement a method for this.

Is there anyway to register javascript to do this?  Or will I have to
implement a different solution?

Thanks in Advance,
dpx