Search

You searched for the word(s): userid:653679

Matching Posts

  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi All, I have made some changes to the work around so it uses the js file resource embeded in the System.Web assembly (instead of a copy of this file). I have also corrected some slight issues in the inline javascript (that may have caused script bugs in some circumstances). You can download the updated solution from the same place as before: Download the Updated Solution Matt: for information on how to reverse engineer this component checkout, Lutz Roeder's .NET Reflector . It's an awsome Disassembler
    Posted to Web Parts and Personalization (Forum) by davior on 3/21/2007
  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    matt_cyr: I tried this solution and it appears to work fairly well for firefox, yet in IE I can only drag and drop a webpart once into another zone, then i cannot drag it into another zone anymore? Would you know any reason why this would happen? Hi Matt, Ignore my previous response. I am experiencing the same problem as you with the Futures WebPartManager. The workaround works in Firefox but fails after the first async postback in IE. This proves that the inline dynamic script being emitted from
    Posted to Web Parts and Personalization (Forum) by davior on 3/21/2007
  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Are you using the solution I linked to in the first post in this tread? Have you made any changes to this? If you are using the solution linked to in the first post, then i would imagine that it should work in IE and not in Firefox. Have you followed the instructions in the readme of the project? Tag mappings etc.? My guess is, that the webpart manager you are using is the standard one and not the modified one provided... Cheers David
    Posted to Web Parts and Personalization (Forum) by davior on 3/20/2007
  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    spvlong: I use Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager for Drag and Drop support in FireFox so I would like to know if this workaround can apply to Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager. Hi spvlong, I have done some investigation on this component and have found that for this workaround to work you would probably need to also update the include script for it to operate correctly with Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager . My guess is that
    Posted to Web Parts and Personalization (Forum) by davior on 3/17/2007
  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi spvlong, I haven't tried it, but I am aware that the same problem exists with the Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager in Microsoft.Web.Preview . I'm sure the fix would work using this control (just change the class being inherited and the tag mapping), although I'm not sure why you would want to do this (or why they even included this control in the Futures release considering it doesnt work!??). Cheers David
    Posted to Web Parts and Personalization (Forum) by davior on 3/15/2007
  • Re: Drag and drop without postback

    For further information go to ; http://forums.asp.net/thread/1621227.aspx
    Posted to Web Parts and Personalization (Forum) by davior on 3/15/2007
  • Re: Drag and drop without postback

    You guys might be interested in a thread I just posted (don't think it's been approved yet). I have a (non offical) workaround for this problem. Heres the project , just download compile and use (Further details in the Readme.txt). Let me know if you find any issues. Enjoy David
    Posted to Web Parts and Personalization (Forum) by davior on 3/14/2007
  • Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi All, Some of you will be pleased to know that I have produced a workaround to address the issue of WebPart Drag and Drop (and verb popup menus) not operating correctly inside of an update panel. It seems that the functionality being shown off on channel 9 (using Ajax CTP) was only to tease us into thinking that this would be possible in Ajax 1.0 (the final release). Here are the details of the work around: AJAX 1.0 Compatible WebPartManager (Workaround) 1. The Problem ASP.NET Web Parts Drag and
    Posted to Web Parts and Personalization (Forum) by davior on 3/14/2007
    Filed under: web 2.0, Atlas WebParts, WebPart, webpart space drag drop, WebPartManager, WebParts
  • Re: Is it possible to have a completely flickerless solution

    While it is possible to have an application that does not do full page postbacks *at all*, it is extreamly difficult to achieve and presents many problems (think [development time] = [normal dev time] x 10 instead of the usual 3!). The update panel is the first step towards achieving this in a simplistic manner (i.e. where you don't really have to think about it too much to achieve amazing results). It is not a good idea to produce a real world application using this CTP release considering that
    Posted to ASP.NET AJAX UI (Forum) by davior on 5/18/2006
  • Re: Upload control in update panel

    As specifically specified in the ATLAS documentation the file upload control do not work with update panels as they alter the page request and the way the data is sent to the server. It's a pity as this is one area that could benefit greatly from this kind of functionality..
Page 1 of 2 (11 items) 1 2 Next >