Skip to content

Use the control's client-side funstionality to specify a pop-up window's position and content.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-web-forms-popup-customize-content-and-layout

Repository files navigation

Popup Control for ASP.NET Web Forms - How to customize a pop-up window's content and layout

This example demonstrates how to use the control's client-side funstionality to specify a pop-up window's position and content.

Customize Popup Window

Overview

Use the following client-side methods:

function ShowPopup(headerText, contentText, positionX, positionY) {
    popup.SetHeaderText(headerText);
    popup.SetContentHtml(contentText);
    popup.ShowAtPos(positionX, positionY);
}

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)