Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to Save passwords in chrome programmatically using .net or javascript or jquery
Posted

use the autocomplete=on extension. it changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.

Chrome not asking to save or saving passwords? [^]
 
Share this answer
 
Comments
i gr8 26-Mar-14 1:50am    
Actually i have link, which asks for Credential(UserName,Password) whenever i access the link, I want to save the username,password for that link in chrome programmaticaly and when i access it for first it should not ask to login
Nirav Prabtani 26-Mar-14 1:53am    
you should use cookies for that
i gr8 26-Mar-14 1:54am    
You have any code samples to do that in google chrome
Nirav Prabtani 26-Mar-14 1:57am    
see that

http://www.aspsnippets.com/Articles/Implement-Remember-Me-functionality-using-CheckBox-ASPNet.aspx

http://www.codeproject.com/Questions/383509/how-to-write-code-for-ASP-Login-Remember-Me-functi

 
Share this answer
 

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