User (Legacy) Posted February 26, 2003 Report Posted February 26, 2003 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
Software FX Posted February 27, 2003 Report Posted February 27, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.