RTM released... go and get it :-)

Last post 01-23-2007 5:10 PM by buckt. 4 replies.

Sort Posts:

  • RTM released... go and get it :-)

    01-23-2007, 1:19 PM
    • Star
      8,834 point Star
    • MorningZ
    • Member since 07-22-2002, 2:39 PM
    • Fort Lauderdale, FL
    • Posts 1,815

    Core DLL's
    http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&DisplayLang=en

    January Futures CTP:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=4cb52ea3-9548-4064-8137-09b96af97617&DisplayLang=en

    Toolkit update (few new controls + AutoCompleteExtender lives here now):
    http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx

    So far in moving from RC1 to RTM only thing i have had to change is the markup for an autocompleteextender, everything else worked on first run (and that includes that I am running all DLLs from the application /bin/ directory, but with trust set to "full")

    "If you make it idiot proof, they'll build a better idiot"
    Filed under:
  • Re: RTM released... go and get it :-)

    01-23-2007, 1:34 PM
    • Contributor
      7,416 point Contributor
    • Garbin
    • Member since 09-17-2004, 12:35 PM
    • Sassari, Italy
    • Posts 1,506
    • TrustedFriends-MVPs

    Hi,

    thanks, got it :)

    Alessandro Gallo | Blog | My book: ASP.NET AJAX In Action
  • Re: RTM released... go and get it :-)

    01-23-2007, 1:55 PM
    • All-Star
      123,096 point All-Star
    • XIII
    • Member since 07-01-2002, 3:59 AM
    • Essen, Belgium
    • Posts 13,621
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    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.

  • Re: RTM released... go and get it :-)

    01-23-2007, 3:26 PM
    • Member
      54 point Member
    • atmonline
    • Member since 06-14-2006, 6:37 PM
    • Posts 29

     

    Congratulations AJAX Team. 

    Asp.Net got Wings...............

    achu

  • Re: RTM released... go and get it :-)

    01-23-2007, 5:10 PM
    • Member
      18 point Member
    • buckt
    • Member since 09-12-2006, 7:52 PM
    • Posts 9

    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>

     

Page 1 of 1 (5 items)
Microsoft Communities