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

    IE not retaining changes on goback

    I have an asp page with a large amount of javascript and ajax. A good bit of the controls are redrawn with ajax depending on the user's selections, as well as being populated using javascript and/or ajax. Everything is working beautifully. However, if the user proceeds to the next page, and...
  2. javalsu

    Hash Table Question

    Thanks, after looking at it looks like it is a multidimensional hash table. Now I just have to implement a multidimensional hashtable in vb.net
  3. javalsu

    Hash Table Question

    Last time I posted you guys were really helpful, so here I go again. What does it mean when a hash table seems to have two key elements. for example my %htable htable{"n", "g"} = 100 Thanks in advance
  4. javalsu

    Help deciphering code (? :)

    Thank you all for your help!
  5. javalsu

    Help deciphering code (? :)

    I'm a developer and I have to convert a perl program to vb.net. I'm pretty much done but there is one line of code that is giving me a headache, I can't find it anywhere. Please help. Here's the line. $wnp += ( $p{$ng} ? log($p{$ng}) : $uns ); The variable p is a hash table %p, and I...

Part and Inventory Search

Back
Top