This is one a lot of people know, but it's worth covering again because it's easily forgotten as it's a small detail. Since we do eFinance sites, we often don't want folks' UserNames collected and stored in AutoComplete, especially when the site is browsed on a public machine.
<form id="formSignOn" autocomplete="off" method="post" runat="server">
Note that autocomplete="false" doesn't work. However, autocomplete="off" works in both IE and FireFox.
Thanks to Johnson Michael for reminding me of this tip.
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. I am a failed stand-up comic, a cornrower, and a book author.
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.