Silverlight and WCF -
i have wcf querying table, 1 record have showing in datagrid.
how set columns values of 1 record variables , have variables available rest of silverlight app?
what trying do: have wcf query sql table set results variables have chart react variables
please help!!!!
your wcf call should return type current datagrid binding too. can use same type pass chart. in other words, don't have read values out of datagrid, have values there datagrid being populated from.
Comments
Post a Comment