Hi,
I want to disable password save option from browser. i used autocomplete="off" and AutoCompleteType="Disabled". It is working my local machine. but when i moved to server it is not working. it is chrome browser. Please check my code and attached screenshot. Please help me ASAP.
<telerik:RadTextBox ID="rtbPassword" runat="server" TextMode="Password" Width="200px"
ClientEvents-OnKeyPress="OnKeyPress" AutoCompleteType="Disabled" autocomplete="off">
</telerik:RadTextBox>
Thanks in Advance,
Dhamu.
I want to disable password save option from browser. i used autocomplete="off" and AutoCompleteType="Disabled". It is working my local machine. but when i moved to server it is not working. it is chrome browser. Please check my code and attached screenshot. Please help me ASAP.
<telerik:RadTextBox ID="rtbPassword" runat="server" TextMode="Password" Width="200px"
ClientEvents-OnKeyPress="OnKeyPress" AutoCompleteType="Disabled" autocomplete="off">
</telerik:RadTextBox>
Thanks in Advance,
Dhamu.