TreeVIew Oncheck
Hi,
I have a TreeView and oncheck event for it which is fired fine but the problem is i have an other asp.net button which when clicked should go thru the treenodes and display which are the nodes that are all checked.
but whenever there is a postback event like this it checks all the checkboxes in the treenodes by default..its like it is not maintaining the state of tree it goes back to all checked....
but if there is no oncheck event it works fine....
did anyone come across this...
Thank You.
|