(First forum posting, please let me know if I need to include any code samples, etc)
I'm attempting to implement an AJAX AutoComplete solution in a web page application that I'm building in C#.
I can get the AutoComplete to work on a page with only a textbox, but when I try to use this same code in a larger web page that also uses the ToolkitScriptManager (for RoundedCornerExtenders, CalendarExtenders all working). The AutoComplete stops working.
Might anyone be familiar with a problem with the combination of all these objects being on the same page? The example I found for AutoComplete was using the Prototype.js library.
Could there be a problem using a separate Javascript library with the ToolkitScriptManager?
Any assistance, help, or pointers in the correct direction will be greatly appreciated.