Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Border property of a DropDownList
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Border property of a DropDownList
Divers
Thread ID:
00932796
Message ID:
00932796
Vues:
58
Hi All,

Sorry for my newbie question.

I am trying to set the Border property of a DropDownList Web Control on my .aspx page. Since there are no border settings in the property window I put the following code in behind page :
ddlStateSelect.BorderStyle = ddlStateSelect.BorderStyle.NotSet
ddlStateSelect.BorderWidth = Unit.Pixel(2)
ddlStateSelect.BorderColor = Color.PowderBlue
When I view the page in the browser the Border style/color/width did not change.

TIA,
Daniel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform