I want to disable the Autocomplete altogether from the entire site.
So I was trying to do that in master page.
But when I use <form id="form1" runat="server" AUTOCOMPLETE="off">
It gives warning that "Attribute 'AUTOCOMPLETE' is not a valid attribute of element 'form'."
Am I doing it at a wrong place??
Thanks!
...
Go to the complete details ...