protected System.Web.UI.WebControls


Author
Message
Mike Holmes
Mike Holmes
Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)
Group: Forum Members
Posts: 11, Visits: 45
Am getting the error 'nChartControl1' does not exist in the current content

I normally add the line protected System.Web.UI.WebControls following by the field type, how can I do this from Nevron?
Tags
Replies
Mike Holmes
Mike Holmes
Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)
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



Nevron Support
Nevron Support
Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)
Group: Administrators
Posts: 3.1K, Visits: 4.2K
Hi Mike,

Please make sure to include:
<%@ Register TagPrefix="ncwc" Namespace="Nevron.Chart.WebForm" Assembly="Nevron.Chart.WebForm" %>

at the top of the aspx page. Let us know if the problem persists.

Best Regards,
Nevron Support Team


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search