Hi
FYI You can put a debug console on your page. Just add this code on the page where the autocomplete control is
Quote:<textarea id='debugConsole' cols='100' rows='30' ></textarea>
as for System.InvalidOperationException I guess that something wrong with your serverside code. Can you post your code here?
Thanks