Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TextBox formatting
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00673475
Message ID:
00673496
Vues:
17
Hi John,

In ASP.NET, you could create this behaviour via a simple javascript...
<script language="JavaScript">
<!--
// How to Call: onKeyUp="ToUpper(this)"
function ToUpper(oObject) {
    oObject.value = oObject.value.toUpperCase();
}
//-->
</script>
hth,
Kamal
>You know how in VFP if you put a '!' in the format property of a textbox, it converts everything entered to uppercase, as it is entered? Anyone know a way to do that with an asp:textbox? Thanks,
>jfh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform