Re: Datagrid by Ginny
Ginny
Thu Jul 20 09:12:17 CDT 2006
Use the SELECT command to fill a DataSet (or SqlCeResultSet if you're using
SQL Mobile), then set the DataGrid's DataSource to the DataSet (or result
set).
--
Ginny Caughey
Device Application Development MVP
"Mavernaschi" <Mavernaschi@discussions.microsoft.com> wrote in message
news:6F0E1458-6EC1-4C61-BCA4-B7E397E6E115@microsoft.com...
> How to populate a datagrid from a SELECT command in PPC2003 using c#?