hello
I need your help, i was working with the atlas last atlas CTP, but whe I read about asp.net ajx beta 1.0 , I changed my project to the nwe version but the AutoCompleteExtender doen't work , I install the latest CTP and I make areference to the Microsoft.Web.Preview.dll but I doesn't work , the error is that the tag is not recognized...
my code is:
<asp:AutoCompleteExtenderID="AutoCompleteExtender1"runat="server"
TargetControlID="txtProd"
ServicePath="~/Services/Services.asmx"
ServiceMethod="Find"MinimumPrefixLength="1"/>
Hi,
have you registered the namespace in your aspx page?
<%@. Register TagPrefix="ajaxPreview" Namespace="Microsoft.Web.Preview.UI.Controls" Assembly="Microsoft.Web.Preview" %>
Hi,
I had the same problem and the solution did the trick.
Thanks,
No comments:
Post a Comment