We are migrating a existing asp.net application without master pages to a new one with master pages.
Old Code:
<form id="Form1" method="post" runat="server" autocomplete="off">
When using master pages how will we put autocomplete="off" in ContentPlaceHolder? can we use
<asp:Content ID="Content1" ContentPlaceHolderID="ContentArea" runat="server" autocomplete="false">