Hi,

like this how can i add dictionary to spinner to populate spinner with
dictionary values...i created dictionary like this:

Dictionary<string, int> course = new Dictionary<string, int>();
             course.Add("MCA", 101);
             course.Add("MBA", 202);
             course.Add("MSc", 303);
             course.Add("Mtech", 404);
now to add dictionary to the spinner by which property (like spinner.Adapter
for ArrayAdapter)

Do you mean to populate the spinner with the contents of the dictionary?

Paul
--
"Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but that's just peanuts to space, listen..."
Hitch Hikers Guide to the Galaxy, a truly remarkable book!

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to