Unlike Windows Forms.NET, ASP.NET textbox controls seem to be missing the 'Character Casing' property which allows you to define the case of characters entered within a textbox. Whilst it's fairly easy to replicate by hooking up some JavaScript to the 'onblur event', e.g. txtEMailAddress.Attributes.Add...