I am making a user account. i want that by default the name and password should be written in the boxes and when user put their name and password in it then it should be unvisible like the facebook. how can i do that? please give me a suitable example.

You can set the property of the password textbox to "password" so that the characters are masked as the user types in the info. Upon page load after submission, simply clear the values of the username textbox. The syntax is different whether you are developing in vb or c#.

If you want help, you need to try first and post your code and specific questions.

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.