I have control in .NET Class Library, called from web page, as
Control is working fine. But I need handle events, prefered two-way - from javascript to control AND from control to javascript. For example: user press button or node (at treeview) in my control WTreeListView and I want handle this action at javascript code with returning anything result to control.
How i can subscribe on events of control from javascript ? I looking for MSDN, but no result for my question... :(