
Signature
Alan Silver
(anything added below this line is nothing to do with me)
Here is an article I did a while back that covers most of the basics:
http://www.eggheadcafe.com/articles/20060918.asp
Hope it helps.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Hello,
>
[quoted text clipped - 5 lines]
>
> Any pointers would be greatly appreciated. TIA
Alan Silver - 03 Mar 2008 15:56 GMT
>Here is an article I did a while back that covers most of the basics:
>http://www.eggheadcafe.com/articles/20060918.asp
>Hope it helps.
That's eggsellent! Sorry, for the awful yolk, I mean joke, but I
couldn't resist it ;-)
Anyway, the article was eggsactly what I was looking for. I haven't had
time to digest it fully yet. Will post back if I have any questions.
Thanks again,
Alan

Signature
Alan Silver
(anything added below this line is nothing to do with me)
Mark Rae [MVP] - 03 Mar 2008 17:19 GMT
> That's eggsellent! Sorry, for the awful yolk, I mean joke, but I couldn't
> resist it ;-)
Peter's an all-round good egg... :-)

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Alan Silver - 03 Mar 2008 16:05 GMT
>Hope it helps.
OK, read the article, played with the code, got a question ;-)
Can I send parameters to the method that begins the asynch work? The two
methods BeginAsyncWork1() and BeginAsyncWork2() are almost identical and
could be done with one method if you could pass in a routine.
The reason I ask is that the task I have in mind requires ten web
requests to be made, and it seems poor programming to write ten almost
identical methods. Furthermore, the ten URLs are only fixed at run time
(from an initial web request), so I would have to store them in a
page-wide array, then have the methods pick one URL each.
Any comments? Thanks again,
Alan

Signature
Alan Silver
(anything added below this line is nothing to do with me)
Alan Silver - 05 Mar 2008 23:00 GMT
Any chance you could answer this Peter? Or anyone else for that matter.
Thanks
>>Hope it helps.
>
[quoted text clipped - 13 lines]
>Any comments? Thanks again,
>Alan

Signature
Alan Silver
(anything added below this line is nothing to do with me)