0
kicks
Be wary of the Drop Down List
Within ASP.NET, the DropDownList control is used to prompt a user to select an item from a list of choices. When used properly, it can be an effective tool to retrieve a user's selection. When used improperly by having too many items in the list, they will hinder the user from making a selection, while unnecessarily bloating the page source.