Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ensuring UPPER case entry
Message
De
19/10/2006 12:23:08
 
 
À
13/10/2006 17:02:51
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01158053
Message ID:
01163351
Vues:
13
This code ensures that the entry is converted to UPPER


private void txtIPallet_TextChanged (object sender, EventArgs e)
{
((TextBox)sender).Text = ((TextBox)sender).Text.ToUpper();
((TextBox)sender).SelectionStart = ((TextBox)sender).Text.Length;
}

Seasy when you know how
Thanks to whoever helped me

Ive also got the code for NUMERIC ONLY
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform