Hello, I am new to ASP.NET. I mainly program Windows Forms, so please excuse the question if it seems like a newbie question.
Using VS 2012 and .NET 4.0.
I am trying to create a single web page with Charts. I am using the Libero Fusion Charts Library. Looking at their sample code for Default.aspx.designer.cs, I see this code:
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
This tells me that they are using HTML forms (?)
I created an ASP.NET a 'new' project in VS 2012. The only template shown for .NET 2.0 and 4.0 was Empty Web and Web Form. There was no HTML form template.
When I added HTML and .NET code I tried to run the program I get an error referencing 'FusionCharts'. I get no such error on the sample program.
Do I need to create the ASP.NET project using a different Template?
Many Thanks
...
Go to the complete details ...