> -----Original Message----- > From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]
> Also, make sure you're using a tool where you can monitor the HTTP > traffic--this will help your debugging immensely. I recommend > Firebug for Oh yes - I have Firebug working OT. :) Next problem - I've got my call to my query fixed - but I've got a weird one - my application is protected via integrated Windows authentication (using IIS)... So when I visit my page I have to login (I've got this setup on my development machine to mimic the production server)... So I start typing in the autocomplete field and I get prompted to login again... Which makes sense since I'm making another request to the server - but how do folks get around this? Jim