Jump to content
Software FX Community

using chartfx with asp.net ajax update panel


miantosca

Recommended Posts

I am having trouble trying to use chartfx 6.2 with an update panel (ASP.NET AJAX). When I try to generate the html tag for the chart - I get an error message telling me Sys.WebForms.PageRequestManagerParserErrorException : The message received from the server could not be parsed. Common causes fothis error are when the response is modified by calls to Response.Write, response filters, httpmodules or if server trace is enabled. Details : error marsing near '<MAP name='Chart1'>

I assume chartfx is writing the image map to the response object - is there any way I can shut off the generation of the image map?

thanksMichael

Link to comment
Share on other sites

1) Chart FX for VS 2005 is compatible with ASP.NET Ajax. Chart FX 6.2 Has not been tested with ASP.NET Ajax.

2) Image map generation is off by default in Chart FX 6.2, you must be turning it on somewhere, check your code or design time for access to the property ImgMap (Chart Class) or Url (Several classes like SeriesAttributes, Chart, etc.).

Obviously you won't be able to have any hyperlinking without image maps.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...