Hi there,
I've created a page which has multiple updatePanel instances and updateProgress instances.
In the code behind i use three remote webservice calls which i load in the Threadpool using the QueueUserWorkItem.
Now when i load the page i have three preloaders running when the main "invoke" button is pressed, what i need is that all of the preloaders work independent from each other, now they don't and this has to do with the Threadpool and a while loop i use for the Thread.Sleep.
Does anyone know a working example reference or tutorial on this, or does any of you have tips on how to do this ?
Kind regards,
K