DropDownList Server Control
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hello! I want to make a DropDownList Server Control with the drop list with a specific width! Can anyone give me any ideeas? Eusebiu
-
Hello! I want to make a DropDownList Server Control with the drop list with a specific width! Can anyone give me any ideeas? Eusebiu
-
1. In the HTML code: 2. Or drag and drop your dropdownlist on your asp.net form and set the property with to 200 3. In code behind: ddlDropDownList.Width = new Unit(200); Greetings, KrIstOfK
I don`t think I made myself clear. I want the DropDrownList Control to have 100px and the list 200px; Eusebiu