Closing ASPxPopupControl and Reset Login Dialogs

Posted by Fitzroy Wright on Stack Overflow See other posts from Stack Overflow or by Fitzroy Wright
Published on 2010-03-24T18:50:28Z Indexed on 2010/03/24 18:53 UTC
Read the original article Hit count: 826

Filed under:
|
|
|

I am creating a login usercontrol. I have added the following buttons: Recover Password, Change Password & Edit Profile.

I am using DevExpress's ASPxPopupControl to host the functions associated with those three buttons.

There are two problems

  1. When the popup is opened I need to be able to close/hide it using a command button
  2. When a user starts using one of the login controls and chooses to close the dialog the next time the dialog is opened it does not start at the beginning. (e.g. Start the change password dialog, enter some information, close the popup; the information you started with is not cleared)

Any ideas?

© Stack Overflow or respective owner

Related posts about login

Related posts about controls