Browse by Tags

All Tags » dropdown (RSS)

Custom HTML Dropdown control (part 2) - The server control by jaimedp

In this part we are going to take the custom DropDown html control that we created in part 1 and create an ASP.NET server control so we can use it in our Web Forms. The control in part 1 was a fully working drop down control that behaves very close to...

Custom HTML Dropdown control (part 1) by jaimedp

My problem stated with the fact that if you set a width to a dropdown (select) control, IE clips the contents of a drop down list when expanded. IE 7 Firefox 3 To solve this, I decided to create my own custom dropdown control and as a bonus be able to...
More Posts