Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving a Dundas graph
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01503853
Message ID:
01503878
Views:
22
>
>any ideas how I could reproduce the graph without rerunning the code to produce it.
>
>Thanks

Not really, short of saving it the first time it's generated. For example, you could drop it into a "temp" folder with a unique filename and return the filename when you return the image. Then when they click on save check to see if the file exists, if it does, retrieve it. Otherwise regenerate it. You'd also need another process to clean up/remove the old files (ex. expire them after X minutes). Or, you could save it into a user Session variable, or use the Cache object (although this could eat up a ton of memory quickly).
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform