Hello,
this codes work only if i use an apspagebox. What if I have a control wrapped with the asp.net control wrapper derived from:
Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase
The Reason why is, that I use an apsp .net control. It is a list-control with an server-side event "selectionchanged" everytime this event is thrown, this list starts to update. This control also supports javascript events "selectionchanged". So if I execute the JS-Script I want to create a event to my Mainform and check whats selected.
If i want to use the VGW Namespace i get an error, that this namespace is not available. how can i throw an event from a wrapped control via javascript to my VWG.-Form?