Vb.net ajaxToolkit:组合框下拉列表

Vb.net ajaxToolkit:组合框下拉列表,vb.net,combobox,ajaxcontroltoolkit,Vb.net,Combobox,Ajaxcontroltoolkit,我在我的网页上有一个组合框控件 <asp:ComboBox ID="Country" runat="server" TabIndex="8" Width="145" BackColor="Silver" CssClass="RegComboCountryEntry" ValidationGroup="SetUserValGroup" ToolTip="Country Selection" /

我在我的网页上有一个组合框控件

<asp:ComboBox ID="Country" runat="server" TabIndex="8" Width="145" 
                        BackColor="Silver" CssClass="RegComboCountryEntry"
                        ValidationGroup="SetUserValGroup" ToolTip="Country Selection"  />
所有工作都进行得很顺利,但下拉列表没有出现在正确的位置(仅在控件的下方)。相反,它显示在页面的右下位置。
并且列表的长度不受控制。它有一个标准的长字符。


有没有可能有人在这方面帮助我

幸运的是我解决了我的问题。
在我使用的控件中

asp:ComboBox
而不是

<asp:DropDownList

<asp:DropDownList