Add this to the Page_Load event:
MyTextBox.Attributes.Add(
It will change the text in MyTextBox to upper case when the user tabs out of the field.