Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Server-Side Functionality

Create Note
Show All Notes
Clear All Notes

This sample demonstrates a few of the ASPxPopupControl's server-side capabilities. Enter text into the memo field, and click the Create Note button to create and display a popup window containing the text entered.

Each newly created popup window overlaps those preceding it. You can drag a window by its header or close the window by clicking the window's Close button. Note that the position and state of a popup window is preserved between postbacks. The code of the Button1_Click event handler (see the VB or C# code) demonstrates how an individual popup window is created, and how its content text, footer text and position are defined.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxDockAndPopupsDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxDockAndPopupsDemos