Dear All,
We have a Grid Control that fires a WebService in a thread to make
UI responsive while the Grid Control is fetching the data...we had
used ThreadPool.QueueUserWorkItem for this...this works fine if there
is a single Grid object in a Form...if there are more than 3 Grid
objects in the same form then we start getting http 404 errors...
I would like to execute the population of the Grid one after the
other...I guess this is not possible using
ThreadPool.QueueUserWorkItem...
Is using ThreadPool.RegisterWaitForSingleObject and Mutex the right
approach for this? Any ideas?

Please help...

TALIA
Many Regards
Jack