<?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 Re: AutoComplete Filter Mode....The Contains Example in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167115#M4098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With a quick glance and not digging too deep, I would guess it is hitting a sql database (a sample database provided by mircosoft).&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://msftdbprodsamples.codeplex.com/"&gt;http://msftdbprodsamples.codeplex.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be using a RIAServices and DomainServices but I did not see the reference to those namespaces so maybe not.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is probably a better post for the silverlight forums site:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.silverlight.net/forums/"&gt;http://forums.silverlight.net/forums/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The programmers on this silverlight forums site are more geared towards straight up mircosoft questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides that I would check out the example/walk through Creating a RIA Services Solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ee707376%28v=VS.91%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee707376%28v=VS.91%29.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then move on to the Walkthrough: Adding Query Methods - &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ee707362%28v=VS.91%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee707362%28v=VS.91%29.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These two solutions will show you step by step (and explain the code) on how to hook-in an outside database (SQL).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jan 2011 14:51:36 GMT</pubDate>
    <dc:creator>JMcNeil</dc:creator>
    <dc:date>2011-01-03T14:51:36Z</dc:date>
    <item>
      <title>AutoComplete Filter Mode....The Contains Example</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167114#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;looking at this example...&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html#/Welcome.xaml"&gt;http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html#/Welcome.xaml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input&amp;gt;AutoCompleteBox&amp;gt;FilterMode .. the contains example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can sort of follow whats going on but cant figure out where the dataset the values are being retrieved from are, or being specified....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears this is the item source :&amp;nbsp; ItemsSource="{StaticResource SampleEmployees}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And that this seems to be poitning to it...but where is it pointing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;UserControl.Resources&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;samples:SampleEmployeeCollection x:Key="SampleEmployees"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/UserControl.Resources&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how all 3 files play with each other and where the dataset resides... 1. AutoCompleteBoxSamepl.xaml 2.AutoCompleteBoxSample.xaml.vb 3. SampleEmployeeCollection.vb&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help woudl be greatly apprecaited....I think I am most confused as to where the data is residing and how the reference is being made&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone used a AutoCompleteBox Sample in their project?&amp;nbsp; Can anyone shed some light on how and what you need to do to get a list like this into my project...DBF, Excel File, CSV file????&amp;nbsp; Import into project?&amp;nbsp; How to reference it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you reference it light a file in Visual Studio?&amp;nbsp; But in my case I need the the file to be packaged in the application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 12:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167114#M4097</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2011-01-03T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: AutoComplete Filter Mode....The Contains Example</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167115#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With a quick glance and not digging too deep, I would guess it is hitting a sql database (a sample database provided by mircosoft).&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://msftdbprodsamples.codeplex.com/"&gt;http://msftdbprodsamples.codeplex.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be using a RIAServices and DomainServices but I did not see the reference to those namespaces so maybe not.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is probably a better post for the silverlight forums site:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.silverlight.net/forums/"&gt;http://forums.silverlight.net/forums/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The programmers on this silverlight forums site are more geared towards straight up mircosoft questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides that I would check out the example/walk through Creating a RIA Services Solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ee707376%28v=VS.91%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee707376%28v=VS.91%29.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then move on to the Walkthrough: Adding Query Methods - &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ee707362%28v=VS.91%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee707362%28v=VS.91%29.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These two solutions will show you step by step (and explain the code) on how to hook-in an outside database (SQL).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 14:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167115#M4098</guid>
      <dc:creator>JMcNeil</dc:creator>
      <dc:date>2011-01-03T14:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: AutoComplete Filter Mode....The Contains Example</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167116#M4099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your responce...I am not looking for a total solution here...but jsut some info and what you gave helps...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;One more thought:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; From the larger picture.&amp;nbsp; The webserver in the DMZ would be hosting the SQL server table that the app would be consuming....that correct.&amp;nbsp; NOT seomthign being packaged in the web app itself...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THat make sense...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks for your help....hope everyoen had a great&amp;nbsp; New Year&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 16:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/autocomplete-filter-mode-the-contains-example/m-p/167116#M4099</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2011-01-03T16:17:51Z</dc:date>
    </item>
  </channel>
</rss>

