<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to bing back the fields from a layer into a combobox in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170919#M4209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Every One ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am working with arcgis APi for silverlight and i have some difficult,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i Have two(2) combobox comboboxlayer and comboboxfields&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i would like bring back all the fields of the selected layers&amp;nbsp; in comboboxlayers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there someone who knows how to do that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any Help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 13:00:25 GMT</pubDate>
    <dc:creator>Abdoulaye_Djibril_MademouDIALL</dc:creator>
    <dc:date>2014-02-06T13:00:25Z</dc:date>
    <item>
      <title>How to bing back the fields from a layer into a combobox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170919#M4209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Every One ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am working with arcgis APi for silverlight and i have some difficult,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i Have two(2) combobox comboboxlayer and comboboxfields&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i would like bring back all the fields of the selected layers&amp;nbsp; in comboboxlayers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there someone who knows how to do that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any Help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170919#M4209</guid>
      <dc:creator>Abdoulaye_Djibril_MademouDIALL</dc:creator>
      <dc:date>2014-02-06T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to bing back the fields from a layer into a combobox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170920#M4210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Something like this should work.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;public List&amp;lt;string&amp;gt; fields = new List&amp;lt;string&amp;gt;();
foreach (var element in ((FeatureLayer)MapApplication.Current.SelectedLayer).LayerInfo.Fields)
{
&amp;nbsp;&amp;nbsp; fields.Add(element.FieldName.ToString());
}
Listbox.ItemsSource = fields;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170920#M4210</guid>
      <dc:creator>brettangel</dc:creator>
      <dc:date>2021-12-11T08:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to bing back the fields from a layer into a combobox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170921#M4211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it does not work for me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know what The variable ''MapApplication'' represent in the contexte (Namespace or the name of my Map)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 09:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-bing-back-the-fields-from-a-layer-into-a/m-p/170921#M4211</guid>
      <dc:creator>Abdoulaye_Djibril_MademouDIALL</dc:creator>
      <dc:date>2014-02-07T09:36:17Z</dc:date>
    </item>
  </channel>
</rss>

