Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
deployment scenario of ultraguage
posted

ultraguage deployment scenario using sesion in code behind  ( i.e aspx.cs)

  • 28496
    Offline posted

        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