We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Create your first Chart in ASP.NET

Hi,

I am following all the steps you mentioned in "Create your first Chart in ASP.NET"

I created a new asp solution with the following chart control it is running perfectly:

           
           
                       
           
           
       

But as soon as I insert Series tag, it displays following error:

"Unknown server tag: ej.series"

Help me with running a sample StackingBar chart with user-defined values. I should have the option of adding series without compilation errors.



Attachment: syncfusion__StackingChart_14edeb6.zip

3 Replies

AB Akbar Basha K M Syncfusion Team February 20, 2015 09:59 AM UTC

Hi Ankur,

Thanks for using syncfusion product. We have analyzed your requirement with your sample. We like to inform you that,

After adding the dll you need to register the DLL in corresponding page as follows,

Code Snippet [ASPX]

<%@ Register assembly="Syncfusion.EJ.Web, Version=12.4451.0.24, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" namespace="Syncfusion.JavaScript.Web" tagprefix="ej" %>

<%@ Register TagPrefix="ej" Namespace="Syncfusion.JavaScript.DataVisualization.Models" Assembly="Syncfusion.EJ, Version=12.4451.0.24, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" %>

We have prepared a simple sample based on this and please find the sample under the following location,

Sample Location : http://www.syncfusion.com/downloads/support/directtrac/118279/WebApplication-1677830489.zip

We request you to refer the below online links for the documentation to create new ASP.NET application.

Link : http://help.syncfusion.com/ug/js/default.htm#!documents/createmanually1.htm

Please let us know if you have any concern.

Regards,

Akbar Basha KM.
 
 




AN Ankur February 23, 2015 09:43 AM UTC

I have registered the DLL and the code is now running fine. Although the .zip sample you've sent is not compatible on my VS2010.

Thanks Akbar, truely appreciate the response.


JA Jayavigneshwaran Syncfusion Team February 24, 2015 09:21 AM UTC

Hi Ankur,

Thanks for your revert.

We have analyzed this and modified the sample to work in Visual studio 2010 version. Find the sample from the below location
WebApplication1.zip

This has a simple chart sample. Kindly follow the steps specified in previous update to create a chart sample in ASP.

And also refer the below online links for the documentation to create new ASP.NET application.

Link: http://help.syncfusion.com/ug/js/default.htm#!documents/createmanually1.htm

Please let us know if you have any concerns.

Thanks,

Jayavigneshwaran



Loader.
Live Chat Icon For mobile
Up arrow icon