I have it posted on the C# forum as well, I was hoping one of you java guys could help me out.
http://tek-tips.com/viewthread.cfm?qid=1392024&page=1
No luck there though.
Sean
Basically I fill an ArrayList in C# then Invoke a javascript where I pass this Array. The .Count ArrayList is passed accurately but when I try to read values in it, I get "undefined".
Anyone know why or what I need to do to be able to read the values?
C# code:
void PassData_BtnClick(object...
Hi all,
Not sure what I am doing wrong so hopefully one of you can shed some light on this!
I am creating an ArrayList in C# then passing it to a javascript in a webbrowser.
When trying to read values, I keep getting an "undefined" value for the Array item , i.e. sData[3] in the javascript.
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.