Search

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

Matching Posts

  • Re: Can't Get OnAdaptedSelectedNodeChanged to work with UserControl and Master Page

    I'm using a Control that derives from TreeView, so the RaiseAdaptedEvent actual need to start its search for the event handler in the current control, not the parent control. A complete version of the modified C# therefore looks like this: public void RaiseAdaptedEvent( string eventName, EventArgs e) { string attr = "OnAdapted" + eventName; if ((AdaptedControl != null ) && (!String.IsNullOrEmpty(AdaptedControl.Attributes[attr]))) { string delegateName = AdaptedControl.Attributes
  • Re: 'Sys' is undefined.

    I've been through a world of pain with this (as has everyone else it seems). Having followed all the advice on this thread I was still getting the sys: undefined error (using ASP.NET AJAX Beta 2). It seems my problem was related to compression. In my case we're using the WinFxProgrammer, ASP.NET HTTP Compression Module. It seems that the files were being compressed twice - once by WinFX, and once by the ScriptResourceHandler. However, IE was only uncompressing them once, resulting in a file on the
  • Infragistics with ATLAS

    I'm trying to use ATLAS to populate an Infragistics WebPanel when a user clicks the expand icon in a web browser. However, the app fails with a javascript error of "object required"; when I try to debug the javascript the debugger reports that "there is no source code available for the current location". I get exactly the same problem with the infragistics UltraWebListBar. Both Infragistics controls work fine using normal PostBacks - its only when I move the controls inside an <atlas:UpdatePanel>
Page 1 of 1 (3 items)