Retrieve value from Hashtable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayasabari
    New Member
    • Sep 2007
    • 25

    Retrieve value from Hashtable

    Hi,
    I am storing the value in hash table. How to get the value from the hash table. I am using .net.

    Can u give any suggestion.

    Reg,
    K.Jayasabari.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by jayasabari
    Hi,
    I am storing the value in hash table. How to get the value from the hash table. I am using .net.

    Can u give any suggestion.

    Reg,
    K.Jayasabari.
    Read the specification of the Hashtable class and see which methods are available.

    Comment

    Working...