ultraguage deployment scenario using sesion in code behind ( i.e aspx.cs)
protected void Page_Load(object sender, EventArgs e) { this.UltraGauge1.DeploymentScenario.Mode = ImageDeploymentMode.Session; }
that should do it... you must also have a page named GaugeImage, with an instance of the GaugeImagePipe control on it