JQuery textbox autocomplete conflicts with Ajax Calendar Extender

672 Views Asked by At

I have a asp.net page with uses a JQuery and a web service to perform the autocomplete when the user types a name in a textbox.

This has been working well until I added an Ajax Calendar Extender. Since then, the page does not seem to post pack or use the web service for the textbox autocomplete.

Is there a problem using both technologies together? If not, what is the easiest way to make them work together?

Thank you,

1

There are 1 best solutions below

0
On BEST ANSWER

I found the issue and it was 3rd party component conflicting with the calendar extender.

Thank you,