Chage password Character
-
Dear Experts, I want to chage the password character in TextBox to *. How can i do that. Any ideas, suggestion are much appreciated. Thanks in advance. Note: I have found some javascript in google search. but is there any other options?
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
Dear Experts, I want to chage the password character in TextBox to *. How can i do that. Any ideas, suggestion are much appreciated. Thanks in advance. Note: I have found some javascript in google search. but is there any other options?
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
If you're using Visual studio then
TextBox
have a property called TextMode. You could set Password there.Regards, Hiren.
My Recent Article: - Way to know which control have raised a postback
My Recent Tip/Trick: - The ?? Operator. -
If you're using Visual studio then
TextBox
have a property called TextMode. You could set Password there.Regards, Hiren.
My Recent Article: - Way to know which control have raised a postback
My Recent Tip/Trick: - The ?? Operator.i have made that, My requirement is in that textbox when i type, BLACK DOT is coming. Instead of that i need *.
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
i have made that, My requirement is in that textbox when i type, BLACK DOT is coming. Instead of that i need *.
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
Ok. But I think this is browser specific and you could off course change it using JS tricks, But I think that's not recommended as sometime JS problem can make your password seen by others clearly. You could check THIS[^] thread for accomplishing it with Js. Thanks
Regards, Hiren.
My Recent Article: - Way to know which control have raised a postback
My Recent Tip/Trick: - The ?? Operator. -
Ok. But I think this is browser specific and you could off course change it using JS tricks, But I think that's not recommended as sometime JS problem can make your password seen by others clearly. You could check THIS[^] thread for accomplishing it with Js. Thanks
Regards, Hiren.
My Recent Article: - Way to know which control have raised a postback
My Recent Tip/Trick: - The ?? Operator.Good Answer.
Venkatesh Mookkan (My: Website | Yahoo Group | Blog Spot | Follow me @ Twitter)