using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace InfoSoftGlobal.BluePrintApp.FC_ASP { /// /// Summary description for Chart_TopIndicators. /// public class Chart_TopIndicators : System.Web.UI.Page { string strXML; public string year; private void Page_Load(object sender, System.EventArgs e) { year = Request.QueryString["Year"]; //If year has not been provided, we default to 1996 if (year=="") year = "1996"; } public string GetTopCustomersChartHtml() { strXML = ""; strXML = strXML + DataGeneration.GetTopCustomersXML("1995","5",false); //Add some styles to increase caption font size strXML = strXML + "