|
Group: Forum Members
Posts: 11,
Visits: 45
|
Thanks, have add the extra references, but still cant access the chart control.
ASPX page <table id="Table1" style="width: 745px; vertical-align: top;" summary="Example layout table"> <tr> <td id="Td1" class="ImageCell" style="width: 420px; vertical-align: top;"> <!-- Chart control placeholder BEGIN --> <ncwc:NChartControl id="nChartControl1" runat="server" Width="420px" Height="320px"> </ncwc:NChartControl> <!-- Chart control placeholder END --> </td> <td id="exampleVDelimiterCell" class="DelimiterCell" rowspan="2"> </td> <td id="exampleConfigurationCell" class="ControlsPanel" rowspan="2" style="width: 325px;"> </td> </tr> </table>
c# Page cant see the control nChartControl1
|