Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sgmurphy
  • Content: Threads
  • Order by date
  1. sgmurphy

    Why do I get an undefined when passing an Array?

    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...
  2. sgmurphy

    How do you Pass an Array from C# to Javascript?

    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...

Part and Inventory Search

Back
Top