<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850841</guid>
        <pubDate>Tue, 29 Jan 2008 12:06:16 +0000</pubDate>
        <title>ADO и Access</title>
        <link>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850841</link>
        <description><![CDATA[PIL: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=220978&view=findpost&p=1850654'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>(~Lapa~) &#064; <time class="tag-quote__quoted-time" datetime="2008-01-29T13:40:15+03:00">29.01.08, 10:40</time></span><div class='quote '>Только вот не знаю что использовать: DataView</div></div> <br>
Если привязывать сущности ADO.NET, как в последнем примере <strong class='tag-b'>GarF1eld</strong>, именно он будет и использоваться (у каждой DataTable есть неявно созданный DefaultView)<br>
Так же можно привязывать коллекции бизнес-сущностей, реализующие IList, при этом DisplayMember нужно устанавливать по имени отображаемого свойства в сущности]]></description>
        <author>PIL</author>
        <category>.NET: Базы данных</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850701</guid>
        <pubDate>Tue, 29 Jan 2008 11:02:29 +0000</pubDate>
        <title>ADO и Access</title>
        <link>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850701</link>
        <description><![CDATA[GarF1eld: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=220978&view=findpost&p=1850688'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>farad &#064; <time class="tag-quote__quoted-time" datetime="2008-01-29T10:58:05+00:00">29.01.08, 10:58</time></span><div class='quote '>А свойства DataSource,DisplayMember, ValueMember и SelectedValue комбобокса на что? Причем текст можно из одной колонки таблицы брать, а выбранные значения из другой </div></div><br>
Да уж, не подумал :wub: <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2008-01-29T11:08:00+00:00">29.01.08, 11:08</time></span></span><br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cboxData.DataSource = table;</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cboxData.DisplayMember = &quot;Сol1&quot;;</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script>]]></description>
        <author>GarF1eld</author>
        <category>.NET: Базы данных</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850688</guid>
        <pubDate>Tue, 29 Jan 2008 10:58:05 +0000</pubDate>
        <title>ADO и Access</title>
        <link>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850688</link>
        <description><![CDATA[farad: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=220978&view=findpost&p=1850667'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>GarF1eld &#064; <time class="tag-quote__quoted-time" datetime="2008-01-29T10:48:27+00:00">29.01.08, 10:48</time></span><div class='quote '>а потом перебирай каждую строку и добавляй нужное в combobox</div></div>ну вы даете  :) <br>
А свойства DataSource,DisplayMember, ValueMember и SelectedValue комбобокса на что? Причем текст можно из одной колонки таблицы брать, а выбранные значения из другой]]></description>
        <author>farad</author>
        <category>.NET: Базы данных</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850686</guid>
        <pubDate>Tue, 29 Jan 2008 10:57:15 +0000</pubDate>
        <title>ADO и Access</title>
        <link>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850686</link>
        <description><![CDATA[Mr_Smith: Binding сделай.<br>т.е. привязку данных к контролу - в данном случае  combobox]]></description>
        <author>Mr_Smith</author>
        <category>.NET: Базы данных</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850667</guid>
        <pubDate>Tue, 29 Jan 2008 10:48:27 +0000</pubDate>
        <title>ADO и Access</title>
        <link>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850667</link>
        <description><![CDATA[GarF1eld: получай из базы DataTable, а потом перебирай каждую строку и добавляй нужное в combobox]]></description>
        <author>GarF1eld</author>
        <category>.NET: Базы данных</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850654</guid>
        <pubDate>Tue, 29 Jan 2008 10:40:15 +0000</pubDate>
        <title>ADO и Access</title>
        <link>https://forum.sources.ru/index.php?showtopic=220978&amp;view=findpost&amp;p=1850654</link>
        <description><![CDATA[(~Lapa~): Мне надо перевести из таблицы все значения отдного столбца в combobox.. Только вот не знаю что использовать: DataView или что другое.. И как это сделать?]]></description>
        <author>(~Lapa~)</author>
        <category>.NET: Базы данных</category>
      </item>
	
      </channel>
      </rss>
	