Click or drag to resize
ControlsHelperGetPostBackControl Method
Gets the control which caused postback.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public static Control GetPostBackControl(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page

Return Value

Type: Control
See Also