简体   繁体   中英

how to add textChange Event In autoComplete TextBox

I've problem in my page sample.aspx textbox effected by JavaScript autocomplete and textbox has event ontextchanged when i select any from autocomplete result the event doesn't work, ex: google search when select from autocomplete result it do event.

<asp:TextBox ID="CUSMO1" 
             AutoPostBack="True" 
             runat="server" 
             Height="25px" Width="280px" 
             ontextchanged="CUSMO1_TextChanged" 
             AutoCompleteType="Enabled" >
</asp:TextBox>

How to Resolve?

您是否检查了自动完成关闭的ontextchanged事件?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM