Hi,
I would like to write the different values which I stored in the dictionary to the different text boxes in the web page.
Here is my sequence where I add my required values to the dictionary and looping through it to display the values. I wanted to get the values one by one from the dictionary like array, and write in the different text boxes in a web page.
My values in the dictionary would be
First Name : XYZ
Last Name : ABC
City : NY
ZIP : 4344
So i need the to be written in the web page in the corresponding field. Could someone help me out