Select to view content in your preferred language

Silverlight samples from ESRI

3924
10
12-09-2010 12:11 PM
JoannaLaroussi
Emerging Contributor
I saw some great examples of Silverlight applications on ArcGIS API for Microsoft Silverlight Samples. I wanted to see code in C#, but under tab ???Code Behind C#??? is not posted all code, and when I wanted to download SDK I received an error ???the web page cannot be found???. I tried on different samples and I received always the same error. Could somebody tell me how to download a full code for sample? I am the most interested in Editing Tools ??? Explicit Save. Thank you!
0 Kudos
10 Replies
ShenglinXu1
Deactivated User
Button.CommandParamete is expected to be a render value in a FeatureLayer. For example,
Accident is the one of value in a unique render in a point FeatureLayer.

< Button.CommandParameter>
<sys:String>Accident</sys:String>
</Button.CommandParameter>
0 Kudos