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.

PopupWindow Methods

A pop-up Window used in ASP.NET Web Forms applications.
Name Description
ActivateControllers() Activates Controllers for the current Window. Inherited from Window.
BreakLinksToControls() Removes WebWindow references to its controls and their event handlers. Inherited from WebWindow.
CheckForRedirect() static Causes the browser to perform redirection to a different URL, if required. Inherited from WebWindow.
CheckForRedirect(Boolean) static Causes the browser to perform redirection to a different URL, if required. Inherited from WebWindow.
Close() Closes a Window. Inherited from Window.
Close(Boolean) Closes the PopupWindow and optionally refreshes its parent Window.
CreateControls(Page, Boolean) Creates controls for the specified Web Forms page. Inherited from WebWindow.
CreateControls(Page) Creates controls for the specified Web Forms page. Inherited from WebWindow.
CreateScrollControl(Page) Creates an auxiliary scrolling control on the specified Web Forms page. Inherited from WebWindow.
CreateSessionKeepAliveControl(Page) Creates the auxiliary control preventing an ASP.NET Web Forms session from timing out, on the specified page. Inherited from WebWindow.
CreateTemplate() For internal use only. Inherited from Frame.
Dispose() Releases all resources used by this Frame object. Inherited from Frame.
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.
GetController<ControllerType>() Returns a specified Controller from the current Frame‘s Frame.Controllers collection. Inherited from Frame.
GetControllers(Type) For internal use. Inherited from Frame.
GetCurrentRequestShortcut() static Obsolete. Provides access to the key information on the View associated with the current request. Inherited from WebWindow.
GetForm(Page) static Provides access to the HTML <form> element of the specified Web Forms page. Inherited from WebWindow.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIsPostBackForced(Page) static Obsolete. This method is intended for internal use.
GetType() Gets the Type of the current instance. Inherited from Object.
GetWindowHeight() static Returns the height of pop-up windows in the ASP.NET Web Forms application with the classic web UI.
GetWindowWidth() static Returns the width of pop-up windows in the ASP.NET Web Forms application with the classic web UI.
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.
RegisterClientScript(String, String, Boolean) Registers the client script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags. Optionally overrides existing script literals. Inherited from WebWindow.
RegisterClientScript(String, String) Registers the client script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags. Inherited from WebWindow.
RegisterClientScriptInclude(String, String) Registers the client script include with the WebWindow‘s page using the specified key and script file name. Inherited from WebWindow.
RegisterClientScriptResource(Type, String) Registers the client script resource with the WebWindow‘s page, using the specified resource name. Inherited from WebWindow.
RegisterController(Controller) Registers a specified Controller within a Frame‘s Frame.Controllers collection. Inherited from Frame.
RegisterStartupScript(String, String, Boolean) Registers the startup script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags. Optionally, overrides existing script literals. Inherited from WebWindow.
RegisterStartupScript(String, String) Registers the startup script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags. Inherited from WebWindow.
SaveModel() Writes information on a Frame‘s View and Template to the Application Model. Inherited from Frame.
SetControllersActive(String, Boolean) Activates or deactivates the current Frame‘s Controllers for a specified reason. Inherited from Frame.
SetCurrentRequestWindow(WebWindow) static Sets the specified window as a current session. Inherited from WebWindow.
SetTemplate(IFrameTemplate) Sets a specified Template for the current Frame. Inherited from Frame.
SetView(View, Frame) Sets a specified View for the current Frame. Inherited from Frame.
SetView(View, Boolean, Frame, Boolean) Sets a specified View for the current Frame. Inherited from Frame.
SetView(View, Boolean, Frame) Sets a specified View for the current Frame. Inherited from Frame.
SetView(View) Sets a specified View for the current Frame. Inherited from Frame.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also