System.Web.UI.WebControls.ICallbackContainer

Defines a method that enables controls to obtain a callback script.

See Also: ICallbackContainer Members

Syntax

public interface ICallbackContainer

Remarks

Classes that implement the System.Web.UI.WebControls.ICallbackContainer interface provide controls with a script that will initiate a callback to the server. A callback differs from the more common postback in that the page processing for the callback recreates the page without changing state information held by the page. For more information on creating callbacks, see Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages.

Classes that implement the System.Web.UI.WebControls.ICallbackContainer interface should also implement the System.Web.UI.ICallbackEventHandler interface to handle the events raised by controls.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0