How can I handle the server-side events of the treeview? 'coz whenever I click on it, it postbacks on the server. I just need some custom functions to run whenever I click on it. Thanks!
Edit:
Just like the default treeview control in asp.net, it has its own server-side events, does the treeview of this FileManager has its own too? onDatabinding, onSelectedNode, etc etc.