Hi forum,
do you have any pointers to sample code on how to do an asynchronous web request with .net cf 2.0? I found some code for .net, but it uses the Threadpool.RegisterWaitForSingleObject method for handling timeouts, and that is not supported in cf.
Compared to a synchronous request, the asynchronous seems awfully complicated. Is it really? I'm quite the beginner with .net cf, so please keep it simple, if possible :)