﻿<?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 - LinqDataSource with filter - problem</title><link>http://www.intersoftsolutions.com/Community/WebCombo/LinqDataSource-with-filter---problem/</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>LinqDataSource with filter - problem</title><link>http://www.intersoftsolutions.com/Community/WebCombo/LinqDataSource-with-filter---problem/</link><pubDate>Sun, 07 Nov 2010 21:02:59 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Does the sample I provided in the previous post also exhibit the same issue? I did not encounter such issue when testing the page in my environment. The northwind.mdb which used in the attached sample is already provided in the WebCombo sample.&lt;/p&gt;&lt;p&gt;If the sample also exhibit the same issue in your environment, please make sure you have already used the latest WebCombo 4 and WebUI Framework 3, build 220 and build 756 respectively.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>LinqDataSource with filter - problem</title><link>http://www.intersoftsolutions.com/Community/WebCombo/LinqDataSource-with-filter---problem/</link><pubDate>Fri, 05 Nov 2010 04:02:15 GMT</pubDate><dc:creator>aspnet@softwarestudio.com.pl</dc:creator><description>&lt;p&gt;Hi Gleen&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thank you for reply but i have still the same problem when i check AutoGenerateWhereClause=True the webcobo give mi information loading ;( ... and i'm waiting very long without result.... &lt;/p&gt;
&lt;p&gt;wehre can be the problem ?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thcx&lt;/p&gt;
&lt;p&gt;reagards&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;</description></item><item><title>LinqDataSource with filter - problem</title><link>http://www.intersoftsolutions.com/Community/WebCombo/LinqDataSource-with-filter---problem/</link><pubDate>Thu, 04 Nov 2010 23:04:47 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on my test, WebCombo always call the LinqDataSource select operation when opening the dropdown result. In my attached sample, I set the new WhereParameter value during LinqDataSource selecting event handler.&lt;/p&gt;&lt;p&gt;  &lt;br /&gt;&lt;/p&gt;</description></item><item><title>LinqDataSource with filter - problem</title><link>http://www.intersoftsolutions.com/Community/WebCombo/LinqDataSource-with-filter---problem/</link><pubDate>Wed, 03 Nov 2010 20:34:41 GMT</pubDate><dc:creator>aspnet@softwarestudio.com.pl</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I try to set filter parameter on default page load. i set the parameters on LinqDataSource and Bind this to webcombo. the problem is that when i set &lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;AutoGenerateWhereClause&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="True"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; on webcombo i can't search anything i have still loading,but the datasource return data good i can bind returnet row to webgrid for example. How sholud i set the parameters that will be work with webcombo? Where can be the problem ? &lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ISWebCombo:WebCombo ID="WebCombo2" runat="server" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataSourceID="LinqDataSource2" DataTextField="NAME" DataValueField="NAME" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Height="20px" UseDefaultStyle="True" Width="200px"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:LinqDataSource ID="LinqDataSource2" runat="server" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContextTypeName="searchDataContext" OrderBy="NAME" TableName="v_search_products" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select="new (NAME, NAMEASCI, CATNAME, CATNAMEASCI, SHIPPING24H)" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoGenerateWhereClause="True" EnableViewState="False" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StoreOriginalValuesInViewState="False"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;WhereParameters&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Parameter ConvertEmptyStringToNull="False" DefaultValue="False" &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Direction="ReturnValue" Name="SHIPPING24H" Type="Boolean" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/WhereParameters&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:LinqDataSource&amp;gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
Thx 

&lt;p&gt;Regards Adam&lt;/p&gt;</description></item></channel></rss>