Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a login page which accepts user name and password, from the home page you can add a new product. On the add new page I have another password input as an override.

The login password now populates into the second password box.

How can I set the second password input to empty?



Password


@Html.Password("check", "")



What I have tried:

I have checked the ids on the login password input and on the second password input
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900