зеркало из https://github.com/mono/mail-archives.git
78 строки
2.7 KiB
HTML
78 строки
2.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [mono-android] Populate Spinner from DataTable
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodroid%40lists.ximian.com?Subject=%5Bmono-android%5D%20Populate%20Spinner%20from%20DataTable&In-Reply-To=1323872889380-5074637.post%40n5.nabble.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="007912.html">
|
|
<LINK REL="Next" HREF="007827.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[mono-android] Populate Spinner from DataTable</H1>
|
|
<B>milop</B>
|
|
<A HREF="mailto:monodroid%40lists.ximian.com?Subject=%5Bmono-android%5D%20Populate%20Spinner%20from%20DataTable&In-Reply-To=1323872889380-5074637.post%40n5.nabble.com"
|
|
TITLE="[mono-android] Populate Spinner from DataTable">milop at slomins.com
|
|
</A><BR>
|
|
<I>Thu Dec 15 15:12:48 EST 2011</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="007912.html">[mono-android] Populate Spinner from DataTable
|
|
</A></li>
|
|
<LI>Next message: <A HREF="007827.html">[mono-android] Application Size upon deployment
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#7887">[ date ]</a>
|
|
<a href="thread.html#7887">[ thread ]</a>
|
|
<a href="subject.html#7887">[ subject ]</a>
|
|
<a href="author.html#7887">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>The reason why you can't use a datatable is that it is not serializable. The
|
|
DataSet is. Ultimately you would want to create your own DTO (Data Transfer
|
|
Object), but using a DataSet can get an app up and running in a pinch.
|
|
|
|
Mike
|
|
|
|
--
|
|
View this message in context: <A HREF="http://mono-for-android.1047100.n5.nabble.com/Populate-Spinner-from-DataTable-tp4370301p5078567.html">http://mono-for-android.1047100.n5.nabble.com/Populate-Spinner-from-DataTable-tp4370301p5078567.html</A>
|
|
Sent from the Mono for Android mailing list archive at Nabble.com.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="007912.html">[mono-android] Populate Spinner from DataTable
|
|
</A></li>
|
|
<LI>Next message: <A HREF="007827.html">[mono-android] Application Size upon deployment
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#7887">[ date ]</a>
|
|
<a href="thread.html#7887">[ thread ]</a>
|
|
<a href="subject.html#7887">[ subject ]</a>
|
|
<a href="author.html#7887">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/monodroid">More information about the Monodroid
|
|
mailing list</a><br>
|
|
</body></html>
|