Step :1
Change in web.config file:
add Url=~/TempImages/; in below line..
<
add
key
=
"ChartImageHandler"
value
=
"Storage=file;Timeout=20;
Url=~/TempImages/;
"
/>
Here, TempImages is folder name which is already created to store the chart image.
Step :2
Change ImageStorageMode of chartcontrol to "UseImageLocation"
Comments
Post a Comment