﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - Bind WebCombo with a DataTable as the DataSource</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Bind-WebCombo-with-a-DataTable-as-the-DataSource/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Bind WebCombo with a DataTable as the DataSource</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Bind-WebCombo-with-a-DataTable-as-the-DataSource/</link><pubDate>Thu, 12 Sep 2013 03:28:17 GMT</pubDate><dc:creator>hans@intersoftpt.com</dc:creator><category>WebCombo</category><category>datatable</category><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I apologize for any inconvenience this problem may have caused you.&lt;br /&gt;&lt;br /&gt;Here’s I attached the WebCombo sample that bounded programmatically with DataTable as the DataSource.&lt;br /&gt;&lt;br /&gt;Please kindly have review on the sample and please let me know your response.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Bind WebCombo with a DataTable as the DataSource</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Bind-WebCombo-with-a-DataTable-as-the-DataSource/</link><pubDate>Wed, 11 Sep 2013 01:09:59 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>WebCombo</category><category>datatable</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I found this site with example:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.intersoftpt.com/Support/WebCombo/KB/Various-WebCombo-Samples/"&gt;http://www.intersoftpt.com/Support/WebCombo/KB/Various-WebCombo-Samples/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: rgb(247, 247, 247); color: rgb(63, 63, 63); font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 20px;"&gt;Bind WebCombo with a DataTable as the DataSource&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; color: rgb(63, 63, 63); font-size: 12px; line-height: 20px; background-color: rgb(247, 247, 247);" /&gt;&lt;span style="color: rgb(63, 63, 63); font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 20px; background-color: rgb(247, 247, 247);"&gt;WebCombo is bounded programmatically during runtime with a DataTable as the DataSource. The ComboMode configuration, DataTextField and DataValueField are all configured in InitializeLayout event.&lt;/span&gt;&lt;br style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; color: rgb(63, 63, 63); font-size: 12px; line-height: 20px; background-color: rgb(247, 247, 247);" /&gt;&lt;a href="http://www.intersoftpt.com/Support/WebCombo/tdn/Downloads/BindDataTable.zip" style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; text-decoration: none; font-size: 12px; line-height: 20px; background-color: rgb(247, 247, 247); color: rgb(22, 95, 167) !important;"&gt;Download Sample&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;but link download sample on this site not running correctly.&lt;/p&gt;
&lt;h2 style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; margin: 0px 0px 0px -1px; padding: 3px 0px; font-size: 21px; font-weight: 400; line-height: 30px; color: rgb(63, 63, 63); background-color: rgb(247, 247, 247);"&gt;Opps...&lt;/h2&gt;
&lt;hr style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; color: rgb(63, 63, 63); font-size: 0pt; line-height: 17px; background-color: rgb(247, 247, 247);" /&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 1.5em; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(247, 247, 247);"&gt;We are sorry, but the page you are looking for cannot be found or has been removed from Intersoft Solutions web site.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Does anyone have an example program to connect a DataTable to WebCombo ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I wrote a code that gives me control to the form, but when you try to display a list of records from a DataTable I get an error - the list of folders and files an application.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;ISNet.WebUI.WebCombo.WebCombo wc = new ISNet.WebUI.WebCombo.WebCombo();
wc.ID = "1";
wc.DataTextField = "tekst";
wc.DataValueField = "wartosc";
wc.DataSource = datatable;
wc.DataBind();
wc.LayoutSettings.AlwaysShowAllRowsOnDropdown = true;
            wc.LayoutSettings.StatusBoxVisible = false;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;In attach files screens, &lt;/p&gt;
&lt;p&gt;error occurs when you want to display a list of records&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>