Hai,
I have a treenode control. Its structure is as follows:
1. Node 1
Node 1a
Node 1b
Node 1c
2. Node 2
Node 2a
Node 2b
Node 2c
Node 2d
3. Node 3
In the OnNodeExpand event of the treeview control, sub nodes( Node 1a, Node 1b, Node 1c etc...) are generating.
Client Side events OnClientNodeClicking, OnClientNodeExpanding etc... are working on clicking both parent nodes(Node 1, Node 2 etc...) and sub nodes( Node 1a, Node 1b, Node 1c etc...).
I want to perform some server side events on clicking the sub nodes( Node 1a, Node 1b, Node 1c etc...).
How can I do it?
Please help me.
Thanks & regards,
Regeesh Joseph
I have a treenode control. Its structure is as follows:
1. Node 1
Node 1a
Node 1b
Node 1c
2. Node 2
Node 2a
Node 2b
Node 2c
Node 2d
3. Node 3
In the OnNodeExpand event of the treeview control, sub nodes( Node 1a, Node 1b, Node 1c etc...) are generating.
Client Side events OnClientNodeClicking, OnClientNodeExpanding etc... are working on clicking both parent nodes(Node 1, Node 2 etc...) and sub nodes( Node 1a, Node 1b, Node 1c etc...).
I want to perform some server side events on clicking the sub nodes( Node 1a, Node 1b, Node 1c etc...).
How can I do it?
Please help me.
Thanks & regards,
Regeesh Joseph