Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dana Visescu 3 posts 24 karma points
    Apr 26, 2010 @ 00:44
    Dana Visescu
    0

    Asynchronously call a web method from a user control

    I am trying to make an asynchronously call to a web method from inside a user control running in Umbraco.

    As the pages in Umbraco do not implement the IHttpAsyncHandler interface, you cannot use the web service proxy's Begin and End method.

    Is there a way to make the Umbraco pages asynchronous, or do you have to implement your own handler ?

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Apr 26, 2010 @ 04:37
    Aaron Powell
    0

    You'll most likely have to write your own handler. You may be able to make your own class which inherits umbraco._Default (which the default.aspx page inherits) and modify the default.aspx file to point to your custom class.

    Not entirely sure if it'd work, I don't think Umbraco uses the type-by-name anywhere, so it could.

Please Sign in or register to post replies

Write your reply to:

Draft