Hi,
I am using Ajax combo box in my page, when i enter something in the combobox, the drop down autocomplete is not working in IE 8 which is enterprise mode and even also i am unable to type in combo box in Enterprise mode(IE 8) . But its working fine on IE 11.
I am using AJAX Version 16.1.0.0
<cc1:ComboBox ID="cSuID" runat="server" AutoPostBack="False" AutoCompleteMode="SuggestAppend" CaseSensitive="False" ItemInsertLocation="Append" Style="width: 140px" MaxLength="0" RenderMode="Block"></cc1:ComboBox>
Please help me to resolve this issue using VB.NET