User (Legacy) Posted October 13, 2006 Report Share Posted October 13, 2006 I cannot get the Chart Fx to render in .NET format in an Update Panel. It works as .JPEG. I am dynamically adding the chart to the plReport Place Holder. HTML: <%@ Page Language="VB" MasterPageFile="~/MasterPages/AjaxMasterPage.master" AutoEventWireup="false" CodeFile="Ajax.aspx.vb" Inherits="Ajax" %> <%@ Register Assembly="ComponentArt.Web.UI" Namespace="ComponentArt.Web.UI" TagPrefix="ComponentArt" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <atlas:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" /> <div class="Panel2"> <ComponentArt:Menu ID="mnuReport" runat="server" AutoPostBackOnSelect="true"> </ComponentArt:Menu> </div> <div class="Text"> <br /> <atlas:UpdateProgress ID="uprProgress" runat="server"> <ProgressTemplate> Please wait while retrieving data... </ProgressTemplate> </atlas:UpdateProgress> <atlas:UpdatePanel ID="upResults" runat="server" Mode="conditional"> <Triggers> <atlas:ControlEventTrigger ControlID="mnuReport" EventName="ItemSelected" /> </Triggers> <ContentTemplate> <asp:Label ID="lblElapsedTime" runat="server" Text="" CssClass="elapsedtime"></asp:Label> <asp:PlaceHolder ID="plReport" runat="server"></asp:PlaceHolder> </ContentTemplate> </atlas:UpdatePanel> </div> </asp:Content> Link to comment Share on other sites More sharing options...
Software FX Posted October 18, 2006 Report Share Posted October 18, 2006 I believe this has to do with a bug in the Update Panel related to scripts. Take a look at the following KB article and follow the instructions but instead of turning AXCompat ON, turn it OFF (False). http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/764/1/002.htm -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 24, 2006 Author Report Share Posted October 24, 2006 I had turned AXCompat to false and it does not work. It gives me this error in the Update Panel: [Chart FX: .NET Active client requires Internet Explorer and .NET Framework 2.0 or greater installed on the client computer.] "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:u8lrnHs8GHA.340@webserver3.softwarefx.com... >I believe this has to do with a bug in the Update Panel related to scripts. > > Take a look at the following KB article and follow the instructions but > instead of turning AXCompat ON, turn it OFF (False). > > http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/764/1/002.htm > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Software FX Posted October 24, 2006 Report Share Posted October 24, 2006 Are you running this under IE ? Version ? What version of Atlas ? -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 24, 2006 Author Report Share Posted October 24, 2006 Yes this is being run in IE. IE Version: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 Microsoft.Web.Atlas.dll Atlas Version: 2.0.50727.60725 "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:Bbv7s$59GHA.332@webserver3.softwarefx.com... > Are you running this under IE ? Version ? What version of Atlas ? > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Software FX Posted October 24, 2006 Report Share Posted October 24, 2006 Unfortunate that's a bug in atlas, they seem to get confused by the fact that there is a content inside the <object> tag. We are currently inquiring with Microsoft to find a solution/workaround for this problem. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.