S
shahid.juma
Using NameValueCollection, is this possible:
my.Add ("1", "VALUE");
my.Add ("1", "VALUE");
my.Add ("2", "VALUE");
my.Add ("2", "VALUE");
Also, how do I iterate through it and print the values that have been
stored.
Thanks in advance,
Shahid
my.Add ("1", "VALUE");
my.Add ("1", "VALUE");
my.Add ("2", "VALUE");
my.Add ("2", "VALUE");
Also, how do I iterate through it and print the values that have been
stored.
Thanks in advance,
Shahid