Jquery Auto complete extender not working after postback

前端 未结 2 535
慢半拍i
慢半拍i 2021-01-03 08:39

Im using jQuery Autocomplete using Web Service in ASP.Net.I\'ve used the autocomplete to filter employeecode.When the page loads autocomplete works fine,but after when i cl

2条回答
  •  隐瞒了意图╮
    2021-01-03 08:54

    I tell you that I could solve the problem by adding a Triggers within the UpdatePanel tag, thus achieves the desired behavior in my case. I hope you can serve you as me helped me.

    
        
            //My label fire autocomplete
            
            // Other Html Tags...
    
        
            
        
    
    

提交回复
热议问题