Click here to Skip to main content
15,881,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to remove autocomplete user name and password from textboxes in ASP?

I have a modal popup which ask for admin credentials if required on different functionalities in my web.

The problem is if user admin logged in from my log in page to my web and save credentials in browser's cache they are also showing in the approval pop up, which should not be happen.

Does any one have any idea?

What I have tried:

I have used autocomplete="off" and autocomplete="somerandomtext" also to disable the auto fill functionality but it is not working.
Posted
Updated 19-May-16 21:17pm
v2
Comments
Anil Sharma1983 23-May-16 5:04am    
sets autocomplete="off" for a form tag
A.R Farooqui 23-May-16 5:12am    
Thanks @Anil but i tried this. It is not working as well

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