Question:You are creating an AJAX component that does an asynchronous postback to the server for partial-page updates. You need your code to be notified when the partialpage response first comes back from the server. Which event should you intercept?
A endRequest
B pageLoading
C pageLoaded
D beginRequest
+ AnswerB
+ Report