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
650
How to Bind a WebGauge with a Datatable
posted

Good Day All

 

Is it Possible to Bind the WebGauge with a Datatable ?

 

I have a Sp that will return this type of Data

 

ID                           STEPS

============================

1                             STEP1 START
2                             STEP1 END
3                             STEP2 START
4                             STEP2 END
5                             STEP3 START
6                             STEP3 END
7                             STEP4 START
8                             STEP4 END

9                             STEP5 START10

10                           STEP5 END

11                           STEP6 START
12                           STEP6 END

Now i want to use the  WebGauge  as my progress bar, and am going to refresh it on interval.The data here will come with steps and the table is always truncated and that means the last step will always use 12 and same for others. so i want to Clock like arrow to move depending on the data.

One last question is when the Clock has reach to ID 12 the last step and finshed it , i want to hide the Updatepanel that is hosting the Clock and bring another UpdatePanel that i have hidden while i displayed the Panel of the Clock.

 

Thanks

Parents
No Data
Reply
  • 28496
    Offline posted

    sorry, but the gauge control does not bind to lists of data.  the Value property of each marker in the gauge must be set to a single numeric value.

Children
No Data