Search found 6 matches

by genesis
Thu Mar 29, 2007 11:54 am
Forum: .NET
Topic: WebChart just display Red X in 2003 Server environment.
Replies: 5
Views: 5103

Hi, Narcís:

Thanks for ur time. I have solve the problem. As u and me think first, it's a permission problem and the key is "IIS_WPG". On IIS 6.0 , U must grant the permission for it. And it works fine now. :lol:
by genesis
Thu Mar 29, 2007 10:44 am
Forum: .NET
Topic: WebChart just display Red X in 2003 Server environment.
Replies: 5
Views: 5103

Hi, Narcís: Thanks for UR reminding, I did that all already. At the first, I also think it's permission problem but the same result even I set Administrator role to the folder on server. Do U have any experince like that ? Or U can advice me another solution to get the JPG from the client. Thanks. B...
by genesis
Thu Mar 29, 2007 7:22 am
Forum: .NET
Topic: WebChart just display Red X in 2003 Server environment.
Replies: 5
Views: 5103

I find the point but another problem occurs.

Hello: I find the point that because I want to save the JPG of the webchat and it didn't work fine. Then the red cross appears. Another question now, please advice me how can I do to save the JPG successfully at IIS6.0 in windows 2003 server. I had try to add the access right of the folder but means...
by genesis
Thu Mar 29, 2007 3:48 am
Forum: .NET
Topic: WebChart just display Red X in 2003 Server environment.
Replies: 5
Views: 5103

WebChart just display Red X in 2003 Server environment.

Hello: I got a problem that Webchart runs fine in my develop environment.( OS: xp professional, VS2005, TeeChartNET2). But it just display the red X with no any error messages after I publish web site on Windows 2003 server. I have try serveral methods include the original source files(*.aspx, *.cs)...
by genesis
Wed Aug 09, 2006 1:08 am
Forum: .NET
Topic: Wrong valueindex in WebChart_ClickSeries event !
Replies: 3
Views: 4704

I did it already in ClickSeries event as below --------------------------------------------------- int trueIndex = rptWebChart.Chart.Page.MaxPointsPerPage * (Convert.ToInt32(ctlChart.CurrentPageSelected)-1) + valueIndex; //set current select def code value hfStageStr.Value = s.Labels[trueIndex].ToSt...
by genesis
Tue Aug 08, 2006 3:40 am
Forum: .NET
Topic: Wrong valueindex in WebChart_ClickSeries event !
Replies: 3
Views: 4704

Wrong valueindex in WebChart_ClickSeries event !

I get 24 records from DB and set webchart.maxpointsperpage=10. AfterI change webchart.current=2 (it draws correct) and click the last point (valueindex should be 3) of chart , it can't return the correct valueindex or even can't trigger in click event. But it does not happen when I click other point...