I've got a .net ChangePassword control inside a DevExpress ASPxPopupControl. I'd like to automatically close the Popup window after the password has been successfully changed - however, I can't see any client-side controls that allow me to hook a popup.Hide() to the Continue button. Is such a thing possible?
| |||
|
feedback
|
|
If the Continue button is an AspxButton, use the below Code. You need to make sure the ClientInstanceName of the PopupControl is set to "popup"
| |||||
feedback
|