Hi There's the atom service to get to the data at http://odataservices.cloudapp.net/AdventureWorksDataService.svc/[^]
Paul Daniel Ruston
Posts
-
Just a stray thought -
any suggestions on how to deploy this MVVM model in Silverlight 4?Not sure why you need a sub-query. Can you not bind the checkbox to the record id of the parcel, use a value converter passing in the current record id as a converter parameter and return true if they are equal?
-
any suggestions on how to deploy this MVVM model in Silverlight 4?Not sure why you need a sub-query. Can you not bind the checkbox to the site of the parcel, use a value converter passing in the current site as a converter parameter and return true if they are equal?
-
And the winner is...I had a problem with something this morning and Googling it led me to this http://www.eggheadcafe.com/community/aspnet/17/10207118/database-not-attaching.aspx[^] Anyone else astounded by the Wisdom of Anurag?
-
Problems converting color image to grayscale [modified]Hi Lenquist Ran some tests (i.e. setting the pixel to the returned GetPixel with no modification) and the image changed. Turns out there is a problem with the GetPixel in the extensions library, which has been fixed. You need to go to http://writeablebitmapex.codeplex.com/SourceControl/list/changesets and download the latest source and compile it yourself.