Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~146 People Reached
Favorite Forums
Member Avatar for Manogar01

How to disable the remember password on redirect. I used autocomplete="off" since i could'nt achieve that in MOZILLA FIREFOX -30.0 and CHROME version 35m It is working in INTERNET EXPLORER -8. here is the solution, <form id="form1" runat="server"> <div> <table> <tr> <td>UserName</td> <td> <asp:TextBox ID="txtName" runat="server" autocomplete="off"/> </td> </tr> <tr> …

Member Avatar for JorgeM
0
146