Forum Moderators: open

Message Too Old, No Replies

web chart dll question

         

i_am_dhaval

6:30 am on Jul 24, 2009 (gmt 0)

10+ Year Member



we are using web chart dll in asp.net

when i run the chart every time image store in folder..

how can i auto delete that image? or how that image not store?

Ocean10000

4:15 pm on Jul 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You could put the file name in a session variable. And when the session ends, delete it in that event. I think that is the simplest way for you.