Click or drag to resize
AdvancedExportShowPopup Method
Performs actions necessary to show the popup dialog.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void ShowPopup(
	Control dialogControl,
	ModalPopupDialog modalPopup
)

Parameters

dialogControl
Type: System.Web.UIControl
New dialog control
modalPopup
Type: CMS.Base.Web.UIModalPopupDialog
Modal control
See Also