<ajaxToolkit:ComboBox ID="ComboBox1" runat="server" DropDownStyle="DropDown" AutoCompleteMode="None" CaseSensitive="false" RenderMode="Inline" ItemInsertLocation="Append" ListItemHoverCssClass="ComboBoxListItemHover" <asp:ListItem>...</asp:ListIem> ... </ajaxToolkit:ComboBox>
"[Empty String]"
.CustomComboBoxStyle .ajax__combobox_textboxcontainer input { background-color: #ADD8E6; border: solid 1px Blue; border-right: 0px none; } .CustomComboBoxStyle .ajax__combobox_buttoncontainer button { background-color: #ADD8E6; border: solid 1px Blue; }
.ajax__combobox_inputcontainer: A table element that contains and positions the ComboBox's button and text box input elements. Child Css classes: ajax__combobox_textboxcontainer, ajax__combobox_buttoncontainer. .ajax__combobox_textboxcontainer: The table cell that contains the ComboBox's text box input element. .ajax__combobox_buttoncontainer: The table cell that contains the ComboBox's button element. .ajax__combobox_itemlist: The ul element that contains the ComboBox's list item (li) elements.