> You need client-side JavaScript for that:
> http://www.google.co.uk/search?sourc...pt+toUpperCase
Excellent, i did this:
<asp:TextBox ID="PostCode" runat="server" CssClass="PostCode"
onKeyUp="javascript
:this.value=this.value.toUpperCase();"></asp:TextBox>
This changes your case as you type it, I will add an onSubmit as well to
catch anyone who enters the post code without a keyboard, such as copy and
paste via the mouse, with an "enter button" subit.
Works in IE 7.0 & FF 2.0 - will check earlier browsers later.
G.