Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys
I have a problem with my ajaxToolkit:ComboBox. The comboBox is populated programaticaly using dataTable.
Now when am running the application then click the combobox,the list appears to be far down from the box, it shows at the bottom of the screen. What might be the problem?Below is my combobox markup:

<div style="width:150px;">
<ajaxToolkit:ComboBox ID="ddlNames1" runat="server" DropDownStyle="DropDownList"AutoCompleteMode="SuggestAppend"></ajaxToolkit:ComboBox>
</div>
Posted

1 solution

Hi,
I think it is of
XML
<div style="width:150px;">

placemet.just check the other div as well as try to change the width as 100%. else you can check it by using table tags instead of div.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900