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 Chris Miller 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: *

  1. sgmurphy

    Why do I get an undefined when passing an Array?

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

    Why do I get an undefined when passing an Array?

    I get sDisplay = " for the following. So nothing. function DisplayArrayValue(sDisplay) { alert("sDisplay = " + sDisplay); }
  3. 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...
  4. 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