Files to look at:
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
How to return values from the ASPxPopupControl's ContentCollection and close the popup on both client and server sides
The example illustrates how to return values from the ASPxPopupControl, whose content is specified via ContentCollection. On the client side the ASPxPopupControl is closed via the ASPxClientPopupControl.Hide method. On the server side the ASPxPopupControl is closed by setting the ShowOnPageLoad property to "false". The same client-side "ShowInfo" function is called in both cases and displays some service information.
See Also:
How to return values from the ASPxPopupControl's ContentUrl page and close the popup on both client and server sides
PopupControl - How to pass parameter to Parent Window (from ContentUrl page) and close PopupControl