Hi,
thanks, got it :)
Yohoho and a bottle of rum would Jack Sparrow sing. Go get the gold maties!
There's also a new release of the futures CTP (january).
Grz, Kris.
Congratulations AJAX Team.
Asp.Net got Wings............
achu
Can someone help me.
I have a page with a modalpopupextender and a few popupcontrolextenders that work on it. One imparticular is the new autocompleteextender. I built the web service, hooked it all up and now I get this javascript error: Sys.InvalidOperationException: Two components with the same ID 'ctl0_cplMain_aceNamesPopupBehavior' can't be added to the application. My html looks like this:
<ajaxE:UpdatePanel ID="aupNew813" runat="server" updateMode="always" ChildrenAsTriggers="true">
<ContentTemplate>
<asp:Button ID="btnAjaxFakeNew813" runat="server" style="display:none;" />
<ajax:ModalPopupExtender
ID="mpeNew813"
runat="server"
TargetControlID="btnAjaxFakeNew813"
BackgroundCssClass="modalBackground"
PopupControlID="pnlNew813"
CancelControlID="lbCloseAddNew813" >
</ajax:ModalPopupExtender>
<asp:Panel ID="pnlNew813" runat="Server" CssClass="PopupPaneNew813" style="display:none;" >
<asp:textbox id="txtName" runat="server" />
<ajax:AutoCompleteExtender ID="aceNames" runat="server" TargetControlID="txtName" ServiceMethod="getNames" ServicePath="webMethods.asmx" MinimumPrefixLength="1" CompletionInterval="1000" EnableCaching="false" CompletionSetCount="12"></ajax:AutoCompleteExtender>
</asp:Panel>
</ContentTemplate>
</ajaxE:UpdatePanel>
0 件のコメント:
コメントを投稿