Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 01, 2012 07:17 AM by Qin Dian Tang - MSFT
Member
25 Points
22 Posts
Feb 28, 2012 01:37 PM|LINK
If I use asp charts with file storage in several webpages can I use the same naming convention?
<add key="ChartImageHandler" value="storage=file;timeout=35;Url=~/TempImages/;"/>
ImageLocation="ChartPic_#SEQ(1000,10)"
or should each page use something like:
ImageLocation="ChartPic_Pg1_#SEQ(1000,10)"
ImageLocation="ChartPic_Pg2_#SEQ(1000,10)"
The reason I ask is that at the moment I don't use different names across different pages but occassionally chart does not display first time for user. This is an occassional problem so thought it might be to do with conflicts.
All-Star
113532 Points
12480 Posts
Microsoft
Mar 01, 2012 07:17 AM|LINK
Hi,
Hope this helps:
http://blogs.msdn.com/b/deliant/archive/2008/12/02/managing-chart-generated-images-with-chart-image-handler.aspx
Thanks,
dusky
Member
25 Points
22 Posts
asp chart names
Feb 28, 2012 01:37 PM|LINK
If I use asp charts with file storage in several webpages can I use the same naming convention?
<add key="ChartImageHandler" value="storage=file;timeout=35;Url=~/TempImages/;"/>
ImageLocation="ChartPic_#SEQ(1000,10)"
or should each page use something like:
ImageLocation="ChartPic_Pg1_#SEQ(1000,10)"
ImageLocation="ChartPic_Pg2_#SEQ(1000,10)"
The reason I ask is that at the moment I don't use different names across different pages but occassionally chart does not display first time for user. This is an occassional problem so thought it might be to do with conflicts.
Qin Dian Tan...
All-Star
113532 Points
12480 Posts
Microsoft
Re: asp chart names
Mar 01, 2012 07:17 AM|LINK
Hi,
Hope this helps:
http://blogs.msdn.com/b/deliant/archive/2008/12/02/managing-chart-generated-images-with-chart-image-handler.aspx
Thanks,
If you have any feedback about my replies, please contactmsdnmg@microsoft.com.
Microsoft One Code Framework