﻿<?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 - Is it possible to have a WebCombo with these features?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-it-possible-to-have-a-WebCombo-with-these-features/</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>Is it possible to have a WebCombo with these features?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-it-possible-to-have-a-WebCombo-with-these-features/</link><pubDate>Mon, 21 Dec 2009 22:59:36 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Q: Is it possible to have a WebCombo with a drop-down suggesting values starting with the text entered in the textbox (similar to the example here: &lt;a href="http://live.intersoftpt.com/cs/WebCombo/EntryMode_AutoComplete.aspx?noframe=1&amp;amp;path=/WebCombo/Top Features/Time-saving Combo Features"&gt;http://live.intersoftpt.com/cs/WebCombo/EntryMode_AutoComplete.aspx?noframe=1&amp;path=/WebCombo/Top Features/Time-saving Combo Features&lt;/a&gt;) &lt;br /&gt;A: The link is point to one of WebCombo feature called “AutoComplete entry mode”. To enable this feature, simply set the value of “EntryMode” property of WebCombo to “AutoComplete”.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Q: The list of options is retrieved from a class representing the business layer (no direct LINQ to SQL integration or similar).&lt;br /&gt;A: We have a sample of WebCombo bind to ISDataSource control where the schema type of the data source is custom object. The sample name is BindCustomObject.aspx.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Q: The business logic layer receives as parameter the text typed in the textbox (so that the business layer does not have to query the database for all the items, but only for the items whose name starts with the string typed in textbox)&lt;br /&gt;A: As Glenn answered to your post at following link, &lt;a href="http://www.intersoftpt.com/Community/WebGrid/WebCombo-with-filtered-drop-down-behavior-and-business-layer-samples/"&gt;&lt;span style="color: #0000ff"&gt;http://www.intersoftpt.com/Community/WebGrid/WebCombo-with-filtered-drop-down-behavior-and-business-layer-samples/&lt;/span&gt;&lt;/a&gt;, a sample for such scenario has been provided in the WebCombo sample LoadOnDemand.aspx. An article in the WebCombo documentation has also been provided for LoadOnDemand in the article titled “Load On Demand” and “How-to: Apply load on demand in WebCombo”.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is it possible to have a WebCombo with these features?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-it-possible-to-have-a-WebCombo-with-these-features/</link><pubDate>Fri, 18 Dec 2009 18:39:44 GMT</pubDate><dc:creator>marko@oceanwide.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Is it possible to have a WebCombo with these features? &lt;/p&gt;
&lt;p&gt;a.A drop-down suggesting values starting with the text entered in the textbox (similar to the example here:&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;a href="http://live.intersoftpt.com/cs/WebCombo/EntryMode_AutoComplete.aspx?noframe=1&amp;amp;path=/WebCombo/Top%20Features/Time-saving%20Combo%20Features"&gt;&lt;span style="font-size: 15px; font-family: calibri"&gt;&lt;span style="color: #165fa7"&gt;http://live.intersoftpt.com/cs/WebCombo/EntryMode_AutoComplete.aspx?noframe=1&amp;amp;path=/WebCombo/Top%20Features/Time-saving%20Combo%20Features&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;b.The list of options is retrieved from a class representing the business layer (no direct LINQ to SQL integration or similar)&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;c.The business logic layer receives as parameter the text typed in the textbox (so that the business layer does not have to query the database for all the items, but only for the items whose name starts with the string typed in the textbox)&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;An example would be a combo containing the whole population of United States, with pre-existing classes used for querying the database - you type A and you get the first 15 or so people whose name starts with a **retrieved by the business logic layer** (not queries from the web page etc).&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;An example using an ObjectDataSource would help in any case as we're using those as proxies for our Bussines Components calls.&lt;/p&gt;</description></item></channel></rss>