is it possible to return an array from a VB control to javascript? I want to call a method in my control that returns an array in javascript.
My vb code ...
public function getID() As Variant()
and I want to call this method in javascript ..
var idArray = control.getID();
This doesn't work (is it even possible?)
Any help would be appreciated.
thang
My vb code ...
public function getID() As Variant()
and I want to call this method in javascript ..
var idArray = control.getID();
This doesn't work (is it even possible?)
Any help would be appreciated.
thang