I have installed WSS 3.0 SP1 and I am trying to create a WEbPArt that
hosts the AutoCompleteExtender control from the AjaxControl toolkit.
Step1: created a webservice that returns List of Employees. Added
ScriptService attribute to the Webservice and ScriptMethod attribute
to the Web Method.
Step2: Created a WebPart and added AutoCompleteExtender control to the
webpart and configured the AutoCompleteExtender control to call the
Webservice when someone enters text into the textbox.
Step3: I added the webpart to the WebPart Page and then typed in text
into the text box , however the webpart/automplete extender fails to
call the webservice. I get a Javascript Error stating " Permission is
denied"
Does anyone have any ideas on this?
Thanks...Rohit