Archives

Archives / 2006 / December
  • Which control raised the async postback event?

    The PageRequestManager in the ASP.net AJAX 1.0 Beta 2 framework exposes a pageLoaded event which is raised when the page is refreshed.

    AFAIK, the pageLoaded event does not contain any property that tells you which element on the page raised an async postback (I am hoping something like this is already built in!).

    This would be useful in places where you wanted to get or set the properties of the control that raised the async postback after the page loaded.