when I load the login page & enter user name the textbox of the password is showing the password I want each time I enter the user name, the textbox of the password being empty and I should enter the password myself
You need to use TextMode as password.
<asp:TextBox ID="txtPassword" runat="server" AutoCompleteType="Disabled" TextMode="Password"/>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.