Comparsion

Jan 24 2014 2:22 AM
I came across a small problem.I have a hash table code in which the "KEY" field contains words/strings instead of numbers.Mean while i have a html/apsx page with a "TEXT BOX" field where i give some words as input.Now the task is to compare the words given as input by me and the words in that exist hash table.The matched words data in hash table are to retrieved as output(In other words ,if any match found ,the values in the "VALUE" field of the hash table are to be retrieved).
Could you please provide me a code?
Or else could you please suggest me a way so i could work on it?
Thank you !!

Answers (1)