Kelvin007

Members
  • Content count

    5
  • Joined

  • Last visited

About Kelvin007

  • Rank
    Forum Newbie
  1. Thank you for your concern.
  2. I have an application I am building which makes extensive use of fusion charts. I was wondering if there was a way to get the charts to load from the default selected Items in the controls that calls the data through. I currently have to force an autopostback to get the charts to render which is a bit ugly. Cheers Kelvin.
  3. Have solved problem. A file had been moved when I droped my mouse took me ages to spot the difference. Cheers.
  4. Hi Gentle Persons. I have a major problem as identified by the error messages above. I am not an experienced ASP developer but have been working on this project with some succes for some time and all has been going swimmingly. I was tidying up the app ready for a data show in the immediate future and the whole thing has fallen over. I am getting the message "Compiler Error Message: CS0103:" when I view in browser. This has just occured. I was deleting some unwanted pages that had been excuded from the project for a week or so and this has just popped up. I get in my code behind the underlining of the following line with the red squiggly line under the ChartXML fragment, which of course means that the code cannot find the ChartXml.cs`file even though it is installed in the App_Code directory. String strXMLData = ChartXml.csSingleSeriesData(strSQL, "{0:MMM yyyy}", "DateTime"); The namespace is coded thus. usingSystem; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Text; using System.Web.Security; using InfoSoftGlobal; Sorry wont wrap properly. I don't know what I have done wrong and am in a mild state of panic. Please help as am thouroghly confused. Kind Regards Kelvin