[mono-android] Populate Spinner from DataTable

milop milop at slomins.com
Wed Dec 14 08:53:34 EST 2011


Troadie,

Consume it like you would normally:

Add a web reference to your project, call it MyWebService:

 using (MyWebService ws = new MyWebService())
                {
                    DataTable dt = ws.SomeFunction();
                    // Now use the datatable.
                }

Does this help?

Mike

--
View this message in context: http://mono-for-android.1047100.n5.nabble.com/Populate-Spinner-from-DataTable-tp4370301p5074532.html
Sent from the Mono for Android mailing list archive at Nabble.com.


More information about the Monodroid mailing list