<?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: Display data updates in real-time with AJAX</title>
	<atom:link href="http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Sat, 13 Mar 2010 18:20:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kurt</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-38192</link>
		<dc:creator>kurt</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-38192</guid>
		<description>nice article, i tried to run this code and it works.!</description>
		<content:encoded><![CDATA[<p>nice article, i tried to run this code and it works.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onur</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-37856</link>
		<dc:creator>onur</dc:creator>
		<pubDate>Sun, 24 Jan 2010 20:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-37856</guid>
		<description>I’d suggest setting a breakpoint inside the page method and debugging. It could be a few things, but inspecting it at runtime will be the easiest way to figure it out.</description>
		<content:encoded><![CDATA[<p>I’d suggest setting a breakpoint inside the page method and debugging. It could be a few things, but inspecting it at runtime will be the easiest way to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-37721</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Sat, 02 Jan 2010 18:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-37721</guid>
		<description>Yes, that would work.  The authentication for ASMX services is URL based, same as for ASPX pages.</description>
		<content:encoded><![CDATA[<p>Yes, that would work.  The authentication for ASMX services is URL based, same as for ASPX pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pfeffer</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36518</link>
		<dc:creator>Robert Pfeffer</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36518</guid>
		<description>very good article.
  I ran into a problem because the page is protected by an authorization section in the Web.config.   
When it tries to invoke the page method a logon screen appears (I am using windows authentication), and it does not accept any id I enter.
  Would moving the code for the webmethod to a separate code file in a subdirectory that allows all users work? or is it even possible.

Regards</description>
		<content:encoded><![CDATA[<p>very good article.<br />
  I ran into a problem because the page is protected by an authorization section in the Web.config.<br />
When it tries to invoke the page method a logon screen appears (I am using windows authentication), and it does not accept any id I enter.<br />
  Would moving the code for the webmethod to a separate code file in a subdirectory that allows all users work? or is it even possible.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Walker</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36047</link>
		<dc:creator>David Walker</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36047</guid>
		<description>Thanks, a pointer in the right direction was all I needed. Problem solved. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks, a pointer in the right direction was all I needed. Problem solved. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36039</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36039</guid>
		<description>I&#039;d suggest setting a breakpoint inside the page method and debugging.  It could be a few things, but inspecting it at runtime will be the easiest way to figure it out.</description>
		<content:encoded><![CDATA[<p>I&#8217;d suggest setting a breakpoint inside the page method and debugging.  It could be a few things, but inspecting it at runtime will be the easiest way to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Walker</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36037</link>
		<dc:creator>David Walker</dc:creator>
		<pubDate>Tue, 04 Aug 2009 15:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-36037</guid>
		<description>Hi Dave,

Thanks for an excellent post. 

I was just wondering, would it be possible to use SqlCacheDependency to invalidate the cache and then use a PageMethod to fire a postback if the cache was invalid?

I have it so that when the cache is up to date, the page method fires fine and just waits another 5 seconds before trying again, but when I invalidate the cache, the OnFail method gets called (with methodName=&quot;myWebMethod&quot; and userContext=null), do you have any idea as to why this may be?

Thanks
David</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thanks for an excellent post. </p>
<p>I was just wondering, would it be possible to use SqlCacheDependency to invalidate the cache and then use a PageMethod to fire a postback if the cache was invalid?</p>
<p>I have it so that when the cache is up to date, the page method fires fine and just waits another 5 seconds before trying again, but when I invalidate the cache, the OnFail method gets called (with methodName=&#8221;myWebMethod&#8221; and userContext=null), do you have any idea as to why this may be?</p>
<p>Thanks<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35882</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35882</guid>
		<description>Unfortunately, you can&#039;t do that with this technique.  The UpdatePanel doesn&#039;t allow for anything that granular.

To accomplish that, you&#039;d want to use something like a web service returning JSON and rendering each individual line on the client-side instead of server-side.</description>
		<content:encoded><![CDATA[<p>Unfortunately, you can&#8217;t do that with this technique.  The UpdatePanel doesn&#8217;t allow for anything that granular.</p>
<p>To accomplish that, you&#8217;d want to use something like a web service returning JSON and rendering each individual line on the client-side instead of server-side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dana</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35880</link>
		<dc:creator>dana</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35880</guid>
		<description>Hello,

Thanks for this great post.
I&#039;d like to do a similar thing but add animation when adding new items (maybe fade in effect or fly-in or another animated effect).
Can you please explain how I can do that?

Thanks a lot!
Dana</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this great post.<br />
I&#8217;d like to do a similar thing but add animation when adding new items (maybe fade in effect or fly-in or another animated effect).<br />
Can you please explain how I can do that?</p>
<p>Thanks a lot!<br />
Dana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sıfırdan AJAX öğrenebileceğiniz 20 kaynak</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35493</link>
		<dc:creator>Sıfırdan AJAX öğrenebileceğiniz 20 kaynak</dc:creator>
		<pubDate>Sat, 06 Jun 2009 09:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35493</guid>
		<description>[...] web geliştirme konusunda bildiriler yayımlayan Dace Ward&#8216;a ait bir blog. Site bünyesinde  veri güncellemelerini gerçek zamanlı olarak görüntülemek ve  interaktif veri araması için jQuery nasıl kullanılır gibi konuları irdeleyen pek çok [...]</description>
		<content:encoded><![CDATA[<p>[...] web geliştirme konusunda bildiriler yayımlayan Dace Ward&#8216;a ait bir blog. Site bünyesinde  veri güncellemelerini gerçek zamanlı olarak görüntülemek ve  interaktif veri araması için jQuery nasıl kullanılır gibi konuları irdeleyen pek çok [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJAX links &#171; bnotezz</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35438</link>
		<dc:creator>AJAX links &#171; bnotezz</dc:creator>
		<pubDate>Sat, 30 May 2009 18:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-35438</guid>
		<description>[...] and Handling Events with ASP.NET AjaxASP.NET Ajax Web ServiceAsp.net Ajax Exception LoggingDisplay data updates in real-time with AJAXASP.NET Ajax Extender for multi-column widget drag &amp; drop ASP.NET AJAX In-Depth: Object [...]</description>
		<content:encoded><![CDATA[<p>[...] and Handling Events with ASP.NET AjaxASP.NET Ajax Web ServiceAsp.net Ajax Exception LoggingDisplay data updates in real-time with AJAXASP.NET Ajax Extender for multi-column widget drag &amp; drop ASP.NET AJAX In-Depth: Object [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Zibranski</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34940</link>
		<dc:creator>Bob Zibranski</dc:creator>
		<pubDate>Wed, 15 Apr 2009 19:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34940</guid>
		<description>Thanks Dave,

I&#039;ll give that a try! I really appreciate the response</description>
		<content:encoded><![CDATA[<p>Thanks Dave,</p>
<p>I&#8217;ll give that a try! I really appreciate the response</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34872</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Fri, 10 Apr 2009 22:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34872</guid>
		<description>If they&#039;re all stopping at the same time, it is probably something causing the Cache to expire.  Maybe memory pressure (which automatically empties the Cache) or an app pool reset for some reason.

For a long-polling implementation like that, I would definitely suggest using a more persistent data store, like a SQL Server Express database maybe.</description>
		<content:encoded><![CDATA[<p>If they&#8217;re all stopping at the same time, it is probably something causing the Cache to expire.  Maybe memory pressure (which automatically empties the Cache) or an app pool reset for some reason.</p>
<p>For a long-polling implementation like that, I would definitely suggest using a more persistent data store, like a SQL Server Express database maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Zibranski</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34865</link>
		<dc:creator>Bob Zibranski</dc:creator>
		<pubDate>Fri, 10 Apr 2009 04:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34865</guid>
		<description>Thanks for the reply Dave! Yes, multiple clients are connected (3 kiosks) and no, no javascript errors pop up at all. From what i can tell, they do stop updating right around the same time (about 3 hours). Let me know what other questions i could answer for you. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Dave! Yes, multiple clients are connected (3 kiosks) and no, no javascript errors pop up at all. From what i can tell, they do stop updating right around the same time (about 3 hours). Let me know what other questions i could answer for you. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34853</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-34853</guid>
		<description>Are you seeing any JavaScript errors when it stops updating?  Are multiple clients connected?  If so, do they all stop updating at the same time?</description>
		<content:encoded><![CDATA[<p>Are you seeing any JavaScript errors when it stops updating?  Are multiple clients connected?  If so, do they all stop updating at the same time?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
