Jump to content
Software FX Community

passing chart via session


User (Legacy)

Recommended Posts

Posted

using asp.net and vb.net, i'm trying to pass a chart from one page to

another via the session object. i tried using the import and export methods

on the chart to no avail.

i figured i should be able to export the chart to xml, save to session, then

read the xml back in on the next page via import.

any suggestions or help is appreciated. thanks..

rick atkinson

Posted

The XML approach works only for properties (appearance, etc.)  but the data

is not exported into the XML.

You could export to a temporary file and keep the file name in a session

variable.

--

FP

Software FX, Inc.

Archived

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

×
×
  • Create New...