Search

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

Matching Posts

  • Re: WebPartEditor with Ajax beta 2 - error by edit webpart

    I can confirm that this is a problem - I've had it too. As have several other people. http://forums.asp.net/thread/1412534.aspx http://forums.asp.net/thread/1409386.aspx http://forums.asp.net/thread/1409849.aspx The problem didn't appear in the *last* "Atlas" CTP, but seems to have reappeared in the Ajax Extensions since Beta 1. None of the atlas team replied to any of those threads above either. I'm unsure if they only look at the comment and suggestions forum rather then this one? For the moment
    Posted to ASP.NET AJAX UI (Forum) by paulecoyote on 11/17/2006
  • Re: UpdatePanel + MultiView + TreeView do not work

    It is probably related to my problem with the Multiview control: http://forums.asp.net/thread/1412888.aspx
    Posted to ASP.NET AJAX UI (Forum) by paulecoyote on 11/14/2006
  • Re: Reference error when use Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager, please help.

    I wish I had found this thread BEFORE I tried to upgrade, having spent days trying to figure out what I was doing wrong and making all those namespace and classname changes. Now I either have to roll back my installation to a previous version or drop Atlas / Ajax extensions altogether. I attempted the upgrade to try and sort out this issue: <a href="http://forums.asp.net/thread/1412888.aspx">http://forums.asp.net/thread/1412888.aspx</a> paulecoyote: Microsoft.Web.UI.ScriptManager needs
  • Re: Wizard Control, UpdatePanel, and Validation causes error in webresource.axd Bug

    This sounds like it could be related to my problem: http://forums.asp.net/thread/1412888.aspx What work arounds are available for this issue? At the moment I'm displaying all the controls in divs and just hiding them, which is pretty horrible. Thanks, Paul
    Posted to ASP.NET AJAX UI (Forum) by paulecoyote on 10/18/2006
  • Re: Update Panel + Multiview + Webparts = assertion.

    Microsoft.Web.UI.ScriptManager needs to be changed to fix this problem with controls that must be declared early on in the page cycle but aren't rendered in the end, as the client script asserts because it tries to find things that are not actually there. I cannot effectively extend ScriptManager because: _scriptControls is private, and there are no property accessor or mutators protected or public that I can use to update the collection IScriptControlContainer only has RegisterControl, and no
    Posted to ASP.NET AJAX UI (Forum) by paulecoyote on 10/18/2006
    Filed under: ScriptManager, Atlas, extend, help
  • Update Panel + Multiview + Webparts = assertion.

    Hi there, I've been investigating something over the last couple of days and I need some help. The multiview works well with an update panel as long as there are not any webparts on it, as soon as webparts are on a hidden view things become impossible. WebPartZones have to be registered by the end of the Init phase of a page. You try and add one after that and the app will throw an application. At the Init stage though, the MultiView does not know what is going to be shown yet, this happens at
    Posted to ASP.NET AJAX UI (Forum) by paulecoyote on 9/28/2006
  • Re: Cassini + ClickOnce

    From the top bit, I'd say that it can't find webengine.dll so I would try running aspnet_regiis. People seem to be having problems with that particular dll right now... Problems with webengine.dll
    Posted to Cassini Sample Web Server (Forum) by paulecoyote on 8/9/2006
  • Re: Control Toolkit documentation or more walkthroughs

    Oh strike that, there is a wiki: http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit :-)
  • Re: Control Toolkit documentation or more walkthroughs

    I'm in the same position really. There are some good videos linked to from the main atlas page to get you started, but I would find it helpful if I could look at the docs and find out more about, say floatingBehavior. I wonder, perhaps someone in control of the project could set aside a bit of the MSDN wiki for Atlas? http://msdnwiki.microsoft.com/en-us/mtpswiki/default.aspx Or perhaps have one here? I expect there are a few developers whom wouldn't mind contributing there experiences to something
  • Using Control Kit extenders in own controls via reusing dll?

    Hi there, Could anyone provide a step by step guide about how to reuse a control extender within the control tool kit as a member of another more complex extender that utilises the control toolkit behaviour? I seem to get quite far but start getting some strange results. I seem to fit one thing and another thing becomes unraveled. I've seen controls reuse each other within the toolkit itself (Rounded corners being reused by DropShadowBehavior for example) and tried to make sure I'm using things like
Page 1 of 1 (10 items)