Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Border property of a DropDownList
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Border property of a DropDownList
Miscellaneous
Thread ID:
00932796
Message ID:
00932796
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform