http://www.asp.net/CSSAdapters/Membership/Login.aspx
If you enter an email in the email box, and click enter, the little red star next to the password box appears before the postback, but then it posts back (but does nothing, and doesn't fire the button click event, I don't think). The normal asp.net login control does not fire a postback when the validation controls find that the code isn't validated - they are supposed to work off javascript and prevent you from firing the button click event (which maybe they do) but they shouldn't require a postback! What's going on?
Thanks!