Hai
I have a doubt on adding RadChart controls.
I downloaded RadChart control and installed. It is properly coming inside visual studio 2005 toolbox.
After that I drag this control in my web application.
Then i tried to add this code
but it is showing a warning like this
Unknown server tag 'radC:ChartSeries'.
and it is showing build is successfull. But it is throwing error in browser like this.
Parser Error Message: Unknown server tag 'radC:ChartSeries'.
Source Error:
Source File: /Default.aspx Line: 24
I have a doubt on adding RadChart controls.
I downloaded RadChart control and installed. It is properly coming inside visual studio 2005 toolbox.
After that I drag this control in my web application.
Then i tried to add this code
<
radC:ChartSeries DataLabelsColumn="MyColumn" Type="bubble">
</radC:ChartSeries>
but it is showing a warning like this
Unknown server tag 'radC:ChartSeries'.
and it is showing build is successfull. But it is throwing error in browser like this.
Parser Error Message: Unknown server tag 'radC:ChartSeries'.
Source Error:
|