Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

PopupWindowManager Members

Provides methods and events for managing popup windows in ASP.NET Web Forms applications.

Constructors

Name Description
PopupWindowManager(WebApplication) Initializes a new instance of the PopupWindowManager class.

Methods

Name Description
DestroyWindowById(String)
Dispose() Disposes the PopupWindowManager object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindPopupWindowByContentUrl(String)
FindPopupWindowByContenUrl(String) Obsolete. This method is obsolete (use the FindPopupWindowByContentUrl method instead).
FindRequestedWindow()
FindRequestedWindowByActionId(String)
GenerateModalOpeningScript(WebControl, PopupWindowShowAction, Int32, Int32, Boolean, String, Boolean, Boolean) Obsolete. This method is obsolete (use the GetShowPopupWindowScript method instead).
GenerateModalOpeningScript(WebControl, PopupWindowShowAction, Int32, Int32, Boolean, String) Obsolete. This method is obsolete (use the GetShowPopupWindowScript method instead).
GenerateOpeningScript(Control, String) Obsolete. This method is obsolete (use the GetShowPopupWindowScript method instead).
GenerateOpeningScript(WebControl, PopupWindowShowAction, Boolean, NameValueCollection) Obsolete. This method is obsolete (use the GetShowPopupWindowScript method instead).
GenerateOpeningScript(WebControl, PopupWindowShowAction) Obsolete. This method is obsolete (use the GetShowPopupWindowScript method instead).
GetHashCode() Serves as the default hash function. Inherited from Object.
GetOpeningScript(String, Boolean, String, String, Boolean) Obsolete. This method is obsolete (use the GetShowPopupWindowScript method instead).
GetPopupWindow(PopupWindowShowAction)
GetShowPopupWindowScript(PopupWindowShowAction, String, String, Boolean, Boolean, Boolean, Boolean, String) For internal use.
GetShowPopupWindowScript(PopupWindowShowAction, String, String, Boolean, Boolean, Boolean, Boolean) For internal use.
GetShowPopupWindowScript(PopupWindowShowAction, String, String, Boolean, Boolean) For internal use.
GetShowPopupWindowScript(View, Action, Action, Boolean)
GetShowPopupWindowScript(String, String, String, Boolean, Boolean, String, Boolean, String) For internal use.
GetShowPopupWindowScript(String, String, String, Boolean, Boolean, String) For internal use.
GetShowPopupWindowScript(String, String, String, Boolean, Boolean) For internal use.
GetType() Gets the Type of the current instance. Inherited from Object.
GetWindowById(String)
GetWindowId(WebWindow) static
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterCallbackHandler()
RegisterStartupPopupWindowShowActionScript(WebControl, PopupWindowShowAction) Obsolete. This method is obsolete (use the ShowPopup method instead).
RegisterStartupWindowOpeningScript(WebWindow, WebWindow, Boolean, ShowViewSource) Obsolete. This method is obsolete (use the ShowPopup method instead).
RegisterStartupWindowOpeningScript(Page, WebWindow, WebWindow, Boolean, ShowViewSource) Obsolete. This method is obsolete (use the ShowPopup method instead).
RegisterWindow(WebWindow)
ShowPopup(PopupWindowShowAction, Boolean, WebWindow, String, Boolean, String, Boolean, Boolean) Registers the client script that is automatically executed when processing of the current request is complete. This script displays the pop-up window using the ASPxPopupControl.
ShowPopup(PopupWindowShowAction, Boolean, WebWindow, String, Boolean, String) For internal use.
ShowPopup(PopupWindowShowAction, String) For internal use.
ShowPopup(View, Action, Action, String, String)
ShowPopup(WebWindow, WebWindow, ShowViewSource) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, ShowViewSource) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, String, ShowViewSource, Boolean) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, String, ShowViewSource) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, String) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean) For internal use.
ShowPopup(WebWindow, WebWindow) For internal use.
ShowPopup(WebWindow, Boolean, WebWindow, String, Boolean, String, ShowViewSource) For internal use.
ShowPopup(WebWindow, Boolean, WebWindow, String, Boolean, String) For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PopupShowing Occurs before a popup window is displayed.
RefreshParentWindowRequestOccurred
See Also