[Mono-dev] .Net 2.0 asynchronous web pages

Sunny sloncho at gmail.com
Sun Aug 5 23:27:11 EDT 2007


Hi,
what is the state of asynchronous web pages? looks like it is broken.
I set Async="true" in the @Page directive, but after that if I try to
use:
AddOnPreRenderCompleteAsync(

                new BeginEventHandler(BeginAsyncOperation),

                new EndEventHandler(EndAsyncOperation)

            );

it throws an exception, complaining that IsAsync==false;

Is this ia bug, or the whole functionality is missing?

Cheers

-- 
Svetoslav Milenov (Sunny)

Even the most advanced equipment in the hands of the ignorant is just
a pile of scrap.



More information about the Mono-devel-list mailing list