<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Implementing AutoPostBack on Infragistics WebCombo</title>
	<atom:link href="http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/</link>
	<description>picking up where teh rest leave off</description>
	<lastBuildDate>Wed, 09 Jun 2010 17:06:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: easy when you know</title>
		<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/comment-page-1/#comment-14358</link>
		<dc:creator>easy when you know</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/#comment-14358</guid>
		<description>even if you just add server event handler it will auto postback unless you stop the postback in the client event</description>
		<content:encoded><![CDATA[<p>even if you just add server event handler it will auto postback unless you stop the postback in the client event</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: easy when you know</title>
		<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/comment-page-1/#comment-14357</link>
		<dc:creator>easy when you know</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/#comment-14357</guid>
		<description>if you don&#039;t add clientsideevent for &quot;AfterSelectChange&quot; and add a server event handler the webcombo will auto postback</description>
		<content:encoded><![CDATA[<p>if you don&#8217;t add clientsideevent for &#8220;AfterSelectChange&#8221; and add a server event handler the webcombo will auto postback</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infra_hater</title>
		<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/comment-page-1/#comment-14286</link>
		<dc:creator>infra_hater</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/#comment-14286</guid>
		<description>See how confusing infragistics controls are,, the author says there is no autopostback then Fred says his posts back,,,, I want to screeeeeeeeeeem</description>
		<content:encoded><![CDATA[<p>See how confusing infragistics controls are,, the author says there is no autopostback then Fred says his posts back,,,, I want to screeeeeeeeeeem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramki</title>
		<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/comment-page-1/#comment-8835</link>
		<dc:creator>Ramki</dc:creator>
		<pubDate>Wed, 23 Jan 2008 17:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/#comment-8835</guid>
		<description>I am using custom control hence not able add the following line html tag


How to implement the AutPost Back in custom control by inheriting the infragistics webcombo.

Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>I am using custom control hence not able add the following line html tag</p>
<p>How to implement the AutPost Back in custom control by inheriting the infragistics webcombo.</p>
<p>Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Kazarian</title>
		<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/comment-page-1/#comment-7320</link>
		<dc:creator>Fred Kazarian</dc:creator>
		<pubDate>Fri, 07 Dec 2007 00:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/#comment-7320</guid>
		<description>Hi

I am having the oposite problem. The WebCombo posts back everytime I select an item from it. I am using NetAdvantage for .NET 2007 Volume 1 CLR 2.0.

Is there a way to turn off AutoPostback?

Thanks
Fred</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am having the oposite problem. The WebCombo posts back everytime I select an item from it. I am using NetAdvantage for .NET 2007 Volume 1 CLR 2.0.</p>
<p>Is there a way to turn off AutoPostback?</p>
<p>Thanks<br />
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leela</title>
		<link>http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/comment-page-1/#comment-7237</link>
		<dc:creator>Leela</dc:creator>
		<pubDate>Tue, 04 Dec 2007 12:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://gaskell.org/implementing-autopostback-on-infragistics-webcombo/#comment-7237</guid>
		<description>Hello sir,
 
         Where can i call this function &quot;SetupAutoPostback&quot;.I call this function in ultrawebgrid click event but it is not working.


Actually i have webcombo1 which is placed inside ultrawebgrid in first cell.I need webcombo1_selectedindexchange during the postback.But it did&#039;nt.What shall i do.&amp; where can i call these functions such as SetupAutoPostback,AutoPostBack</description>
		<content:encoded><![CDATA[<p>Hello sir,</p>
<p>         Where can i call this function &#8220;SetupAutoPostback&#8221;.I call this function in ultrawebgrid click event but it is not working.</p>
<p>Actually i have webcombo1 which is placed inside ultrawebgrid in first cell.I need webcombo1_selectedindexchange during the postback.But it did&#8217;nt.What shall i do.&amp; where can i call these functions such as SetupAutoPostback,AutoPostBack</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.198 seconds -->
