コンボボックスのインデックスを変更するたびに変更する必要があるため、javascript で asp:AutoCompleteExtenderを変更する方法を知りたいですCompletionListItemCssClass
。これは私のコードです: ajaxtoolki:
<asp:AutoCompleteExtender ID="autocom" ClientIDMode="Static" runat="server" CompletionSetCount="10" CompletionListItemCssClass="toolkitEnglish"
EnableCaching="true" MinimumPrefixLength="1" TargetControlID="txtBoxWord" ServicePath="~/translator/AutoComplete.asmx" ServiceMethod="GetCompletionList" ></asp:AutoCompleteExtender>
私はこれを試しましたが、うまくいきません:
document.getElementById('autocom').CompletionListItemCssClass = "toolkitEnglish";