Guys,
I don't know if I'm in the correct forum... anyway here goes:
Does anyone else get the Access Denied error when typing text into a text box which is linked to an AutoCompleteExt ender.
the javascript breaks on:
this._xmlHttpRe quest.open(verb , this._webReques t.getResolvedUr l(), true );
I’ve listed my html for the autocompleteext ender
<cc1:AutoComple teExtender
ID="actRegistra tion"
runat="server"
targetcontrolid ="txtVehicleReg istration"
servicemethod=" getRegistration "
servicepath="ht tp://localhost/Vickyws/vickyws.asmx"
minimumprefixle ngth="3"
enablecaching=" true"
completionsetco unt="5"
completioninter val="1000"
/>
I don't know if I'm in the correct forum... anyway here goes:
Does anyone else get the Access Denied error when typing text into a text box which is linked to an AutoCompleteExt ender.
the javascript breaks on:
this._xmlHttpRe quest.open(verb , this._webReques t.getResolvedUr l(), true );
I’ve listed my html for the autocompleteext ender
<cc1:AutoComple teExtender
ID="actRegistra tion"
runat="server"
targetcontrolid ="txtVehicleReg istration"
servicemethod=" getRegistration "
servicepath="ht tp://localhost/Vickyws/vickyws.asmx"
minimumprefixle ngth="3"
enablecaching=" true"
completionsetco unt="5"
completioninter val="1000"
/>