c# - ASP.NET logon and registration with browser password memory -


I have followed asp.net pages for registration and login. Everything works, except that the username / password is not remembered by the combo browser (i.e. the browser is full). This is an issue with all the browsers main fields seem to be appropriately named, I think:

  & lieutenant lieftlet> gt; & Lt; Div class = "formlayout" & gt; & Lt; P & gt; Enter your login details & lt; / P & gt; & Lt; ASP: validation protected runat = "server" DisplayMode = "bullet list" CssClass = "errors" /> & Lt; Div class = "b" & gt; & Lt; ASP: Regular Expression Videotator Runat = "Server" display = "dynamic" error message = "Invalid email address." ValidationExpression = "^ [\ w \\ -.] @ [One-zA-Z0-9 \ -] (\ [one-zA-Z0-9 \ -]. {1,}). * (\ [A- ZA-Z] {2,3}) {1,2} $ "ControlToValidate =" username "SetFocusOnError =" false "& gt; * & Lt; / Asp: RegularExpressionValidator & gt; & Lt; Asp: RequiredFieldValidator runat = "server" display = "dynamic" error message = "Enter your email address." ControlToValidate = "UserName" SetFocusOnError = "false" & gt; * & Lt; / Asp: RequiredFieldValidator & gt; Email address & lt; Div class = "s" & gt; Your login credentials & lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "tb" & gt; ** & lt; ASP: Text Box Runat = "Server" id = "Username" /> gt; ** & lt; / Div & gt; & Lt; Div class = "b" & gt; & Lt; Asp: RequiredFieldValidator runat = "server" display = "dynamic" error message = "Enter your password." ControlToValidate = "UserName" SetFocusOnError = "false" & gt; * & Lt; / Asp: RequiredFieldValidator & gt; Password & lt; Div class = "s" & gt; Your registered password & lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "tb" & gt; ** & lt; ASP: text box runat = "server" id = "password" name = "password" client iddod = "static" text mode = "password" /> ** & lt; / Div & gt; & Lt; Div class = "shift" & gt; & Lt; ASP: checkbox runat = "server" id = "remake me" text = "keep me logged in" /> & Lt; / Div & gt; & Lt; Div class = "shift" & gt; & Lt; ASP: Button ID = "BTNLogin" ClientIDDod = "Static" Runat = "Server" CommandName = "Login" Text = "Login" /> & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / LayoutTemplate & gt;  

To clarify: My browser is set to remember the password. Here's an idea ... I'm testing 'localhost' - What browsers did local names And the password is not remembered which are running from localhost?

In your server-side code or with nothing to do with the autocomplete functions of the browser It's not a setting in the browser.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -