Hello,
I have read a couple of post here, but yet failed to find a solution.
I would like to know how to set focus() in the CurrentPassword textbox within the ChangePassword control.
I am simply passing the user's name in the username textbox, so I just need the CurrentPassword textbox to have the set focus enabled.
The following solutions did not work for me:
Sub Page Load
Me.ChangePassword2.FindControl("CurrentPassword" ...
Go to the complete details ...