The Password in default in every text box will appear like ............... in the Textbox instead of, I want to make it to be changed like ******************** in a Web Application.
Can any one suggest me how to change the Style of the Password Char.

Recommended Answers

All 4 Replies

Set PasswordChar to whatever you want displayed.

Hello, Momerath i want it to display on a Web Application not a Windows App k. If u have any idea regarding this plz, reply me.

That character is determined by the browser. I can't find any way to change it using CSS, but you might want to ask on a CSS type forum if anyone knows.

in asp.net
set textbox >property>textmode> password
you will get ******* this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.