Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabled textboxes not gray
Message
 
À
07/04/2004 12:57:17
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00892966
Message ID:
00892997
Vues:
12
Not sure if I understand exactly. I was just suggesting that you set the property of ReadOnly = True for the textboxes and then set the property = False when they need to be modified.

Basically just this:
TextBox1.ReadOnly = False
You would still be able to manipulate most of the other properties as necessary even though the textboxes are read only. I only suggested the ReadOnly property because the text is easier to read on a control marked as ReadOnly.

Did I completely misunderstand what you are asking? <s>

Thanks,

Vic

>If they are read only can I change them in code?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform