Client-side CallBacks

QUICKSTARTチュートリアルからのピックアップ。

関連キーワード

  • XMLHTTP
  • SupportsClientCallbacks(browser capabilities)
  • Implements ICallbackEventHandler 'Interface
  • Implements ICallbackEventHandler.RaiseCallbackEvent
  • Page.ClientScript.GetCallBackEventReference
  • Page.ClientScript.RegisterClientScriptBlock
  • Page.IsCallback

An exciting new feature for controls are Client-side CallBacks, which allow a control to execute an out-of-band request back to the server to obtain additional data, without posting the entire page. This feature relies on browser support for callback handling (usually through XMLHTTP), as specified by the SupportsClientCallbacks property in browser capabilities.