How i can achieve Key, value pair.
Ex : I have two textfield.
am entering numeric value in first textfield
and some values in second textfield.
I need to link first textfield as Key and Second textfield as Value.
for easy retrieval.
In First textfield am entering 1(key) and Second textfield am entering Welcome to my Page(value).
If i press 1 Values has to show.
Please need to some inputs.