On Sun, 27 Jul 2008 10:30:02 -0700, Phill
<Ph***@discussions.microsoft.comwrote:
In the compact environment, how can I loop through the rows of a
datagrid? I
what to look at column 3 of each row to determine if I need to insert or
update a record (column 3 is an ID).
Is your question really specific to the Compact Framework? If so, you
probably should post it in the CF newsgroup.
If not, then it seems to me you just need to get the DataSource property
of the DataGrid and enumerate over that collection's members.
Pete