Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Textbox text change it should autocomplete list of data in that textbox .When clicking textbox list of data it fires textbox change event and when i using scroll bar right side of the list it firing textbox changed event and i'm losting data. Autocomplete list disappear when i scroll. Please advice on this

1. textbox box i used webservice to autocomplete list of data

2. Selected value im getting through textboxchanged event

3. Scroll in textbox autocomplete extender i need not fire textbox changed event because im losting the list of data

Note : But it working fine Chrome.FireFox not in Internet Explorer 11
Posted
Comments
When you scroll, the event should not fire right?
SathishRam 30-Apr-15 4:39am    
Yes,it should fire when i click the auto completed list in that textbox.Please Help me

mycode related to this :http://stackoverflow.com/questions/301345/vanishing-scroll-bar-when-using-autocomplete-extender

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900