<asp:ComboBox ID="ddlPickupPlace" runat="server" AutoCompleteMode="SuggestAppend"
CaseSensitive="false" DropDownStyle="DropDownList" ItemInsertLocation="Append"
ListItemHoverCssClass="ComboBoxListItemHover" RenderMode="Inline" Width="180px"
AutoPostBack="true" OnSelectedIndexChanged="ddlPickupPlace_SelectedIndexChanged"
TabIndex="1">
</asp:ComboBox>