jsgabrielson Posted December 10, 2010 Report 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
jsgabrielson Posted December 14, 2010 Author Report 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
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.