Just install the toolkit getting this err
"AjaxControlToolkit.AutoCompleteExtender missing required ServiceMethod property value for AutoCompleteExtender1.
Parameter name: ServiceMethod"
What coud be the problem ??
You are missing the WebService that is used in the AutoCompleteExtender. The default AutoCompleteExtender takes GetCompletionList as service method in AutoComplete.asmx. Check you have that file
Thanks
i downlodede the exstention - zip file, where is the web servise ?
If you have downloaded only the extension, then you need to provide the WebSerivce methods.
If you have download the AjaxToolkit, then the web service comes along with that. The source for toolkit is herehttp://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AtlasControlToolkit
Thanks
DEar Frind
I download it from the same place , install the template created my tab at vs 2005 adn chose the dll from the bin file at the websample ?
What more need i do ?
Post the code you have written for the autocomplete extender
Thanks
hey
The code of the autocomplete
<cc1:AutoCompleteExtenderID="AutoCompleteExtender1"runat="server"TargetControlID="TextBox1"></cc1:AutoCompleteExtender>
- getting exception in the begining of the page loading.
Thank u
If that is your code, then its correct you are getting the error. AutoCompleteExtender needs servicepath and service method from where it can pick the values for the list. Did you see the sample at http://ajax.asp.net/ajaxtoolkit/AutoComplete/AutoComplete.aspx and how it was implemented? Check the autocomplete properties in the link given, and if you open the AutoComplete folder in the SampleWebSite you downloaded, you will see the complete code on how it was implemented.
Thanks
Saw it Ofcourse but canot find the asmx file ?
copy the servise path as wriiten, getting err that canot find the asmx file.
Thnak its works - wrote the hole path.
ScriptPath
="AutoComplete.asmx"TargetControlID="TextBox1"CompletionInterval="12"ServiceMethod="GetCompletionList"working - thank u![]()
If you have downloaded the AjaxControlToolkit properly the asmx file is in
AjaxControlToolkit\SampleWebSite\AutoComplete\AutoComplete.asmx and the corresponding .cs file in the App_Code.
Thanks
No comments:
Post a Comment