ASPxClientPopupControl.SetWindowContentUrl(window, url) Method
In This Article
Sets the URL pointing to the web page that should be loaded into and displayed within the control’s specific popup window.
#Declaration
TypeScript
SetWindowContentUrl(
window: ASPxClientPopupWindow,
url: string
): void
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
url | string | A string value specifying the URL to the web page to be displayed within the specified popup window. |
#Remarks
The SetWindowContentUrl method can be used on the client side to specify the URL to the web page to be displayed as the content of the ASPxClientPopupControl‘s specific popup window. The required popup window is specified by the window parameter. The web page’s URL can represent either an absolute or relative path.
See Also