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

Re: AutoCompleteExtender in WebPart by Mike

Mike
Sat Dec 22 06:34:06 CST 2007

Please post Programming questions to the newsgroup specialising in them.

-> microsoft.public.sharepoint.development_and_programming

It's for all SP programs and versions so covers WSS 3.0 SP1 as well.

Mike Walsh
WSS FAQ http://www.wssfaq.com
no private e-mail questions please

rohit wrote:
> 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