Click here to Skip to main content
15,917,320 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Line 87:<asp:Chart ID="Chart1" runat="server" Height="517px" Width="909px" ImageUrl="~/TempImages/ChartPic_#SEQ(300,3)" //On 87th line error is shown.

Line 88: BackColor="211, 223, 240"BorderLineStyle="Solid" ackGradientEndColor="White"

Line 89:BackGradientType="TopBottom" BorderlineWidth="2" BorderlineColor="26, 59, 105"


i m not getting what should be the question so i post error, please help. Thanks in advance
Posted
Updated 28-Jul-15 18:01pm
v2
Comments
Sreekanth Mothukuru 29-Jul-15 5:00am    
Check to see if your .aspx design page pointing to its corresponding code-behind class at .aspx.cs. Also, make sure there is an event "Chart1_Load" written server side.

I think you might have renamed Chart1 to realtime_graphs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900