-
ultraguage deployment scenario using sesion in code behind ( i.e aspx.cs)
-
Hi, I get an instance of the UltraGauge created to a class library. I would like to display the image generated by this UltraGauge. Please let me know if there is a way to export the Gauge which is created dynamically onto a PDF document. I find that the ImageUrl which is being used is a private member...
-
I'm using IG v8.3 CLR35 (vers 8.3.20083.2039) Have built an ASP.NET application, that heavily uses UltraWebChart (as well as several other controls) Just starting to design/develop a status dahboard - and REALLY want to use UltraWebGauge! I dropped an UltraGauge into Designer, and it got confused...
-
Hi, I have a page with some WARP, in these WARPs there are some usercontrols,in one of these there's the UltraWebGauge v 8.1.In this page i've a button that produce a pdf with all the page conent,but this button does not produce a postback because it's within a WARP.In the first bind of the...
-
Hi, I am using a number of gauges in a dashboard set up (asp.net 2.0, IGv8.1) and occasionally a gauge will not show up when the page loads. If I refresh the page the gauge then shows. My deployment scenario is as follows: UltraGauge1.DeploymentScenario.ImageType = GaugeImageType.Png; UltraGauge1.DeploymentScenario...
-
Hi, I am using 5 webgauges in a dashboard set up (in a website using C# ASP.Net 2.0 and IG 2008v1). I create each webgauge as a usercontrol which has some associated lables and buttons. The problem is that one of the gauge images produced is being used for two of the controls. The lables are different...
-
I have an ASCX user control with an UltraGauge control on it, which works fine. I recently disabled SessionState on my web site to help improve performance since it was not being used by the application itself. I ensured the DeploymentScenario for the UltraGauge was set up using the following: <DeploymentScenario...