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.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to