how to check retype password
-
I am using asp.net +vb. On 'password chage' i am using two textboxes.One for 'type password' and another for 'retype password'.I want to check if the value in the 'retype password'cant be a copy from the 'type password' field.means the the admin can enter manually the value in the 'retype password'.Anyone know this pls fgive code to me.
-
I am using asp.net +vb. On 'password chage' i am using two textboxes.One for 'type password' and another for 'retype password'.I want to check if the value in the 'retype password'cant be a copy from the 'type password' field.means the the admin can enter manually the value in the 'retype password'.Anyone know this pls fgive code to me.
You want to check if the user used copy/paste ? You really can't tell, the best you can do is stop copy/paste from working ( I didn't think it did with a password box ).
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You want to check if the user used copy/paste ? You really can't tell, the best you can do is stop copy/paste from working ( I didn't think it did with a password box ).
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
how can i check the user copy/paste from one field to another
-
how can i check the user copy/paste from one field to another