|
Re: Where are the Web Images stored?
3/26/2006 3:53:47 PM
(Total replies: 1)
|
| i noticed that there is a ChartImages folder in my root folder and once i view this chart a certain image file gets created in that folder. the PresentationMode of my chart is set to "FromCache" and i am very sure of that.
my questions:
1. why i do have have this image file when i have selected "FromCache" and not "StoreToDisk"?
2. Will i have permission problem to my webhosting company if i cant prevent this from happening?
im new to .NET programming. im sorry if i sound dumb. THANKS ... |
|
|
|
Re: Where are the Web Images stored?
3/27/2006 3:24:47 AM
(Total replies: 1)
|
| first, thanks for your reply.
what i did is, i dragNdrop the control onto the aspx page and it created the graph, then i modified the graph properties from the properties window and opened the "aspx.cs" page where i declared the datapoints.
would these steps cause it?
|
|
|
|
Re: Where are the Web Images stored?
3/28/2006 1:12:19 AM
(Total replies: 2)
|
| so u mean i SHOULD NOT drop a graph image to the designer, instead i should create the image to my "aspx.cs" using codes? am i right? |
|
|
|
Re: Where are the Web Images stored?
3/28/2006 6:11:55 PM
(Total replies: 0)
|
| THANKS. MY PROBLEM IS SOLVED!
i have still few question though.
these are the codes you will see in my aspx file:
------------------------------------------
<%@ Register Assembly="SasqChart" Namespace="SasqChart" TagPrefix="cc1"%>
<cc1:webchartcontrol id="chart31" runat="server" width="200" height="200" style="z-index: 100; left: 56px; position: absolute; top: 60px"></cc1:webchartcontrol>
------------------------------------------
here are my questions:
1. why is that ... |
|
|
|
Re: Where are the Web Images stored?
3/28/2006 6:12:42 PM
(Total replies: 1)
|
| THANKS. MY PROBLEM IS SOLVED!
it is no longer creating an image file. =)
i have still few question though.
these are the codes you will see in my aspx file:
------------------------------------------
<%@ Register Assembly="SasqChart" Namespace="SasqChart" TagPrefix="cc1"%>
<cc1:webchartcontrol id="chart31" runat="server" width="200" height="200" style="z-index: 100; left: 56px; position: absolute; top: 60px"></cc1:webchartcontrol>
------------------------------------------
here ... |
|
|
|
chart wont display
4/10/2006 1:09:59 PM
(Total replies: 1)
|
| im using this chart on asp.net 2.0. my chart is save in cache. sometimes the chart appears. sometimes not. fact is, i dont even touch the code. kinda weird. do u have any idea what's goin on?
PLS HELP. BIG THANKS. |
|