﻿<?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 - WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</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>WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</link><pubDate>Tue, 10 Nov 2009 21:27:54 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>linq</category><category>live search</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Did you accidentally reply without text or something? Unfortunately if you didn't, could you please repost again since the content was empty.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</link><pubDate>Mon, 09 Nov 2009 12:46:45 GMT</pubDate><dc:creator>alex@millhorn.com</dc:creator><category>WebCombo</category><category>linq</category><category>live search</category><description>&lt;p&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</link><pubDate>Mon, 09 Nov 2009 12:33:28 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>linq</category><category>live search</category><description>&lt;p&gt;I am glad that you got what you are looking for. Thank you for your confirmation.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</link><pubDate>Mon, 09 Nov 2009 12:16:16 GMT</pubDate><dc:creator>alex@millhorn.com</dc:creator><category>WebCombo</category><category>linq</category><category>live search</category><description>&lt;p&gt;Thank you.  I will try this.  Looks to be just what I was looking for.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;WebCombo&lt;/p&gt;&lt;pre&gt;            &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" &lt;br /&gt;                AllowAutoQueryHandler="False" MinCharsToRequest="3" &lt;br /&gt;                oninitializedatasource="WebCombo1_InitializeDataSource" UseDefaultStyle="true"&amp;gt;&lt;br /&gt;                &amp;lt;MultipleSelectionSettings AllowBrowseAll="True" Enabled="True" /&amp;gt;&lt;br /&gt;            &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;/pre&gt;
&lt;p&gt;Programmatically&lt;/p&gt;&lt;pre&gt;    protected void WebCombo1_InitializeDataSource(object sender, ISNet.WebUI.WebCombo.DataSourceEventArgs e)&lt;br /&gt;    {&lt;br /&gt;        if (IsPostBack)&lt;br /&gt;        {&lt;br /&gt;            &lt;br /&gt;            string t = "select * from Customers where CustomerID like  '" &amp;#43; e.QueryText&amp;#43; "%'";&lt;br /&gt;            OleDbDataAdapter da1 = new OleDbDataAdapter(t, con);&lt;br /&gt;            DataTable dt = new DataTable("Customers");&lt;br /&gt;            da1.Fill(dt);&lt;br /&gt;            da1.FillSchema(dt, SchemaType.Mapped);&lt;br /&gt;            e.DataSource = dt;&lt;br /&gt;            con.Close();&lt;br /&gt;        }&lt;br /&gt;        WebCombo1.DataTextField = "CustomerID";&lt;br /&gt;        WebCombo1.DataValueField = "CustomerID";&lt;br /&gt;    }&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</link><pubDate>Mon, 09 Nov 2009 12:05:59 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>linq</category><category>live search</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems your scenario requires to handle your own query manually, correct (Please correct me if I am wrong)? If that so, you can set &lt;strong&gt;AllowAutoQueryHandler&lt;/strong&gt; to false. With this way, you can also handle your own query when you type something on WebCombo (need to specify &lt;strong&gt;MinimumCharToRequest&lt;/strong&gt;). For sample, about implement those properties and customize with your own query you can refer into &lt;a href="http://intersoftpt.com/Community/WebCombo/Speed-issue-with-Intersoft-MultiSelection-Webcombo/" target="_blank"&gt;this thread&lt;/a&gt;. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo - Live Query / Search on Demand / Automatic Insert</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo---Live-Query--Search-on-Demand--Automatic-Insert/</link><pubDate>Mon, 09 Nov 2009 11:30:35 GMT</pubDate><dc:creator>alex@millhorn.com</dc:creator><category>WebCombo</category><category>linq</category><category>live search</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am trying to use WebCombo with linq bound to a mysql datasource using the Devart data access libraries.&lt;/p&gt;
&lt;p&gt;It is very easy to implement WebCombo so that the datasource is of linq, and easily specify the DataTextField and DataValueField..... however, I'm unaware how to implement live search using the said technology.&lt;/p&gt;
&lt;p&gt;If our datasource contains hundreds or thousands of entries, we obviously don't want to databind all of the records to the WebCombo control, as this would result in unnecessary SQL overhead.  We wish to refine our matches based on the first few characters of user inpurt.&lt;/p&gt;
&lt;p&gt;How can I instruct the WebCombo control to implement a custom WHERE clause on the MySQL query so that the WebCombo rows are limited to relevant / matching records?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thank you&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>