I have a requirement to invoke onClientNodeClicking event from onClientLoad event. How can I do that?
I am managing the toolbar buttons in the onClientNodeClicking event and it works fine when the User clicks on any Node in the TreeView.
The issue is when the page loads for the first time, I am loading the Default Nodes in the Tree using the Server side code and need to raise "onClientNodeClicking" in the client. How can we do this? Doesnt want to duplicate the code in the server side and in the client side.
Thanks
Sri K Gamini.
I am managing the toolbar buttons in the onClientNodeClicking event and it works fine when the User clicks on any Node in the TreeView.
The issue is when the page loads for the first time, I am loading the Default Nodes in the Tree using the Server side code and need to raise "onClientNodeClicking" in the client. How can we do this? Doesnt want to duplicate the code in the server side and in the client side.
Thanks
Sri K Gamini.