CreateUserWizard control button problem
-
Is there a way to use the asp:CreateUserWizard control to set focus to the Create User button. What I want is for the Create User button to have focus after the user has re-typed their password. Thus, if he now presses return/enter, the user is created... Any help would be much appreciated.
-
Is there a way to use the asp:CreateUserWizard control to set focus to the Create User button. What I want is for the Create User button to have focus after the user has re-typed their password. Thus, if he now presses return/enter, the user is created... Any help would be much appreciated.
Nice Username!! You could set the focus in the OnTextChanged event for the textbox. Or set up a tab order so after tabbing from the textbox for password it goes straight to the button.
Formerly know as .netman
modified on Friday, October 17, 2008 4:16 AM
-
Nice Username!! You could set the focus in the OnTextChanged event for the textbox. Or set up a tab order so after tabbing from the textbox for password it goes straight to the button.
Formerly know as .netman
modified on Friday, October 17, 2008 4:16 AM
hahaha... tnx ^_^ I'm geussing I'll have to create a custom template for that, right ? Thing is, using the CreateUserWizard, as far as I can see I don't have much control over that button, i.e. setting focus to it, tab order etc... How can I get "access" to the Confirm Password text box and it's events...?
-
hahaha... tnx ^_^ I'm geussing I'll have to create a custom template for that, right ? Thing is, using the CreateUserWizard, as far as I can see I don't have much control over that button, i.e. setting focus to it, tab order etc... How can I get "access" to the Confirm Password text box and it's events...?
I'm not sure exactly. I have used the Wizard but I havent customized it. Check this article out: http://www.programmersheaven.com/download/54190/download.aspx
Formerly know as .netman
-
I'm not sure exactly. I have used the Wizard but I havent customized it. Check this article out: http://www.programmersheaven.com/download/54190/download.aspx
Formerly know as .netman
mmm.... interesting. Thanks. Seems like i'll have to customize... but I'm too lazy ^_^ The user will have to click on the Create User button for now :-) I was hoping there's an easy way ;P
-
Is there a way to use the asp:CreateUserWizard control to set focus to the Create User button. What I want is for the Create User button to have focus after the user has re-typed their password. Thus, if he now presses return/enter, the user is created... Any help would be much appreciated.
may be you need it on your own way...... shoul you try html focus functions or try jscript for it ... i dont know any coding facility for focusing on that except javascript or html function. you should try javascript for better performance and security. :-D
-
may be you need it on your own way...... shoul you try html focus functions or try jscript for it ... i dont know any coding facility for focusing on that except javascript or html function. you should try javascript for better performance and security. :-D