﻿<?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 - WebGrid Enterprise - WebCombo with filtered drop down behavior and business layer samples</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebCombo-with-filtered-drop-down-behavior-and-business-layer-samples/</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 with filtered drop down behavior and business layer samples</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebCombo-with-filtered-drop-down-behavior-and-business-layer-samples/</link><pubDate>Sun, 20 Dec 2009 21:47:06 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&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 &lt;em&gt;"Load On Demand"&lt;/em&gt; and &lt;em&gt;"How-to: Apply load on demand in WebCombo"&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCombo with filtered drop down behavior and business layer samples</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebCombo-with-filtered-drop-down-behavior-and-business-layer-samples/</link><pubDate>Thu, 17 Dec 2009 14:50:00 GMT</pubDate><dc:creator>marko@oceanwide.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am trying to find an example of a WebCombo with the following features:&lt;/p&gt;
&lt;p&gt; &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;http://live.intersoftpt.com/cs/WebCombo/EntryMode_AutoComplete.aspx?noframe=1&amp;path=/WebCombo/Top%20Features/Time-saving%20Combo%20Features&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>