hi all
I have problem with password. when I save password in to table
I Encrypted it. but on textbox I set textmode="Password".
and problem have when i read it from table. it can not show in textbox.
I sure when i read it I Decrypted it to original text.
and i think cause textbox have textmode="Password".
if so how can i show password in textbox and show like this "*"
not show text?
thank advance.
Loading
Manath PathanaPosted Jul 20, 2009, 6:18 AM
and thank that you reply for me.
if you want to see this solution. please go to my blog
http://become2programmer.blogspot.com/
but i think my blog is not good. If you see can you have new idear for me
thank
naura paxPosted Jul 19, 2009, 9:36 AM
Manath PathanaPosted Jul 17, 2009, 9:23 PM
I mean when we input password, we must be set Textboxmode="Password"
but when i read it from table in can not show. but if i set textmode ="SingleLine"
It show in textbox. I don't know why. Can help me?
AaronPosted Jul 17, 2009, 7:42 PM
Textbox1 = MyPassword
he wants it to do
Textbox1 = ***********
Therefor staring the password in the textbox so no one can sneak a peak at the other users password.
naura paxPosted Jul 17, 2009, 7:05 AM
Can you please tell me why you want to show password, and if you want to show why do you keep Textmode="Password", just use textbox as normal one.