Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP:ChangePassword control and changing another user's password
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Savvoulidis Iordanis, post: 3987798"] By the way, how can I hide the cancel button in the ChangePassword control? Before creating a ChangePassword.aspx page, I used to open the control in a popup, so the Cancel button was not needed. I clicked outside the popup window to close it. What I use is : CType(ChangePassword1.FindControl("CancelPushButton"), button).Visible = False where "CancelPushButton" is the templated cancel button name, but it didn't work (either in template mode or not) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP:ChangePassword control and changing another user's password
Top