|
|
|
|
This sample demonstrates a few of the ASPxPopupControl's server-side capabilities. Enter any 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's handler demonstrates how an individual popup window is created and its content text, footer text and position are defined. (See VB or C# code)
|
 | Loading… |
|
|
|
|