Hi everybody
I'm working with ajax and i have been updating to beta2 , but i'm facing some troubles, for example, with the AutoComplete Extender, to import autocomplete i had to toolbox the dll Microsoft.Web.Preview.dll, then a access the AutoCompleteExtender, this have a diference to beta1 ajax, it does not have the property DropDownControlD, so my code is this
<cc1:AutoCompleteExtender ID="AutoCompleteExtenderClients" runat="server" MinimumPrefixLength=1 ServicePath="~/WebServiceLudimax.asmx" TargetControlID=TextBoxSearch ServiceMethod="GetClientesSearch" >
</cc1:AutoCompleteExtender>
before updated to beta2 i had no problems with it, but after i updated to beta 2 on page load it sends me the error:
Sys.ArgumentTypeException: Object of type 'Object' cannot be converted to type 'Sys.UI.DomElement'. Parameter name: element
Can anyone help me, please...
Best Regards Pexim