Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone know how to leave the MaskedTexbox ?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01502812
Message ID:
01504410
Vues:
43
>In first , i very very grateful your reply........but i don't know to do .......
>1. You and i also try the MaskedTexbox and DataBindings, after delete the MaskedTexbox data, and entry next control, but in this time, i can't leave the MaskedTexbox, it must i entry the data.........
>2. i don't know how to use Mere Mortals Framework to solve this question?
>
>Anyone try to use MaskedTexbox and DataBindings?
>
>thx~~~ thx~~~ thx~~~
In the validating or leave method, you would put something like this:
if (this.txtDateValue.Substring(0,3) == "  /")
{
    this.txtDateValue = "";
}
You will probably also have to store null to the underlying data column.
Linda Harmes
HiBit Technologies, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform