Hi, I have problem, my page hace controlls of Ajax, Calendar and ComboBox,
now open calendar is set back from the combobox :/
![Image](https://lh6.googleusercontent.com/0oflaF92vRPKiq2wljJw2yVJuZclDaBH2RFCv_iSOndUueqxR_d2hEHclQFAZiMAgT1NSpd3fjYDhV8=w1342-h549-rw)
Combo Box is Ajax
```
<cc1:ComboBox ID="cmbResultado" runat="server" Width="100px" AutoCompleteMode="Append"
BorderStyle="Solid" DropDownStyle="DropDownList" DataSourceID="SqlDSResultado"
DataTextField="sDescripcion" DataValueField="nid">
</cc1:ComboBox>
```
Please Help me
now open calendar is set back from the combobox :/
![Image](https://lh6.googleusercontent.com/0oflaF92vRPKiq2wljJw2yVJuZclDaBH2RFCv_iSOndUueqxR_d2hEHclQFAZiMAgT1NSpd3fjYDhV8=w1342-h549-rw)
Combo Box is Ajax
```
<cc1:ComboBox ID="cmbResultado" runat="server" Width="100px" AutoCompleteMode="Append"
BorderStyle="Solid" DropDownStyle="DropDownList" DataSourceID="SqlDSResultado"
DataTextField="sDescripcion" DataValueField="nid">
</cc1:ComboBox>
```
Please Help me