Pocket PC Progress
I've finally got my combo boxes binding to data pulled from SQL Server CE on the Pocket PC. Now for the tricky part of sync'ing SQL CE with the main SQL Server. I'm not quite sure yet if i'm supposed to be using RDA or Replication. Once I figure that part out, it should be relatively trivial to complete my timesheet entry program.
Incidentally, if you're binding data to a control using the .NET Compact Framework, you shouldn't bind the data directly from the dataset to the control - it's insanely slow. Have a look at this article first for an alternate method that is much faster (yes, I hate the sample code layout in this article too).