jsgabrielson 0 Report post Posted December 10, 2010 How do you bind SQL view to a gauge? Can someone give me some insight? On VS2010. This is what I have but its not correct it seems. RadialGauge1.DataBinding ("MainValue", SQLTEST1, "AverageAge"); Quote Share this post Link to post Share on other sites
jsgabrielson 0 Report post Posted December 14, 2010 This is the error that I keep getting. Error 8 'ChartFX.WebForms.Gauge.DigitalPanel' does not contain a definition for 'DataBindings' and no extension method 'DataBindings' accepting a first argument of type 'ChartFX.WebForms.Gauge.DigitalPanel' could be found (are you missing a using directive or an assembly reference?) C:\Users\Documents\Visual Studio 2010\WebSites\WebSite1\Default.aspx.cs 14 23 C:\...\WebSite1\ Quote Share this post Link to post Share on other sites