Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
少し問題があります。ログインしてパスワードの保存オプションをはいに設定すると、次のページにフォームが含まれ、ユーザー名とパスワードのテキストボックスも含まれます。同じユーザー名とパスワードが自動的に入力されます。なぜこうなった?解決方法を教えてください
そのブラウザ プロパティ。これを止めるには、入力タイプに autocomplete="off" を設定します。
<input type="text" name="Username" autocomplete="off">
そしてAutoCompleteType="disable"使用時asp:TextBoxes
AutoCompleteType="disable"
asp:TextBoxes
これをフォームタグに置くこともできます。これは、すべてのブラウザーで一貫して機能するわけではないことに注意してください。