When I click on the combobox, the top left combobox in the picture highlighted blue b/c I clicked it, the list from the combobox shows up in the lower right hand corner of the screen. How do I change it so its right under the combobox. Thanks!
<td>
<asp:ComboBox ID="originator" runat="server" AutoCompleteMode="SuggestAppend"
AutoPostBack="True" DropDownStyle="Simple"
onselectedindexchanged="originator_SelectedIndexChanged">
<asp:ListItem Value=" "> </asp:ListItem>
<asp:ListItem Value="TBD">TBD</asp:ListItem>
<asp:ListItem Value="name1">name1</asp:ListItem>
</asp:ComboBox>
</td>
click this link for the image
http://postimg.org/image/guuhfkc1f/
Go to the complete details ...