<?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/display-data-updates-in-real-time-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Bruno</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-62789</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Wed, 01 Feb 2012 01:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-62789</guid>
		<description>Hi Dave,

thanks for the article, it helped me a lot.

Just one note, your example won&#039;t work properly because you set the updatepanel id to &quot;up1&quot; and then call the postback as &quot;__doPostBack(&#039;UpdatePanel1&#039;, &#039;&#039;);&quot;

This way it will cause a full postback, the postback line must be:

__doPostBack(&#039;up1&#039;, &#039;&#039;);

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>thanks for the article, it helped me a lot.</p>
<p>Just one note, your example won&#8217;t work properly because you set the updatepanel id to &#8220;up1&#8243; and then call the postback as &#8220;__doPostBack(&#8216;UpdatePanel1&#8242;, &#8221;);&#8221;</p>
<p>This way it will cause a full postback, the postback line must be:</p>
<p>__doPostBack(&#8216;up1&#8242;, &#8221;);</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dany</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-62755</link>
		<dc:creator>Dany</dc:creator>
		<pubDate>Sat, 28 Jan 2012 09:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-62755</guid>
		<description>I tried to implement using the above code, everything is working fine. But, the page is refreshed each time a new article is added or the grid has to be updated. Help please.</description>
		<content:encoded><![CDATA[<p>I tried to implement using the above code, everything is working fine. But, the page is refreshed each time a new article is added or the grid has to be updated. Help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarcina</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-45933</link>
		<dc:creator>Sarcina</dc:creator>
		<pubDate>Sun, 18 Sep 2011 00:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-45933</guid>
		<description>Thanks  Dave,

it works very well, I made some change an looks very nice.

Tx again</description>
		<content:encoded><![CDATA[<p>Thanks  Dave,</p>
<p>it works very well, I made some change an looks very nice.</p>
<p>Tx again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Excellent Websites for Learning Ajax &#124; graftek.net</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-43342</link>
		<dc:creator>20 Excellent Websites for Learning Ajax &#124; graftek.net</dc:creator>
		<pubDate>Tue, 10 May 2011 12:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-43342</guid>
		<description>[...] (primarily ASP.NET and Ajax). Encosia has plenty of tutorials that discuss topics such as how to display data updates in real-time and how to use jQuery for interactively searching data. Encosia is an top-notch resource on Ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] (primarily ASP.NET and Ajax). Encosia has plenty of tutorials that discuss topics such as how to display data updates in real-time and how to use jQuery for interactively searching data. Encosia is an top-notch resource on Ajax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Display data updates in real-time &#124; Huuich.biz</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39834</link>
		<dc:creator>Display data updates in real-time &#124; Huuich.biz</dc:creator>
		<pubDate>Wed, 08 Sep 2010 20:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39834</guid>
		<description>[...] by Sang NV on Tháng Chín 9th, 2010   An ASP.NET AJAX implementation of real-time spy feature.[Demo]    Posted in .net  Tags: .net  &#171; Debug ASP.NET AJAX with FireBug   You can leave a response, [...]</description>
		<content:encoded><![CDATA[<p>[...] by Sang NV on Tháng Chín 9th, 2010   An ASP.NET AJAX implementation of real-time spy feature.[Demo]    Posted in .net  Tags: .net  &laquo; Debug ASP.NET AJAX with FireBug   You can leave a response, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39310</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Wed, 07 Jul 2010 08:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39310</guid>
		<description>Hi Johan,

Good Idea,
But what if we need addarticle from server and it appears in everwhere
where this default page is running???

because session only works that browser??

waiting for your kind reply??

regards,
samir</description>
		<content:encoded><![CDATA[<p>Hi Johan,</p>
<p>Good Idea,<br />
But what if we need addarticle from server and it appears in everwhere<br />
where this default page is running???</p>
<p>because session only works that browser??</p>
<p>waiting for your kind reply??</p>
<p>regards,<br />
samir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39309</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Wed, 07 Jul 2010 07:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39309</guid>
		<description>Dear Dave,

It&#039;s really great but it&#039;s not updating data after more then half-n-hour
may be caching problem or what??

waiting for your kind reply..

thanxx,
samir</description>
		<content:encoded><![CDATA[<p>Dear Dave,</p>
<p>It&#8217;s really great but it&#8217;s not updating data after more then half-n-hour<br />
may be caching problem or what??</p>
<p>waiting for your kind reply..</p>
<p>thanxx,<br />
samir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39214</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Thu, 24 Jun 2010 16:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39214</guid>
		<description>Hi,,

It&#039;s really great i haven&#039;t seen your getlatest idea its really good.

i will obviously try it live.

thanxxxx
samir</description>
		<content:encoded><![CDATA[<p>Hi,,</p>
<p>It&#8217;s really great i haven&#8217;t seen your getlatest idea its really good.</p>
<p>i will obviously try it live.</p>
<p>thanxxxx<br />
samir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39212</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Wed, 23 Jun 2010 21:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39212</guid>
		<description>Like I said before, using the Page Method is much lighter weight.  It&#039;s nothing like using a Timer to poll at all.

You should download the source example from this article and test it the same way that you&#039;re testing the Timer approach.</description>
		<content:encoded><![CDATA[<p>Like I said before, using the Page Method is much lighter weight.  It&#8217;s nothing like using a Timer to poll at all.</p>
<p>You should download the source example from this article and test it the same way that you&#8217;re testing the Timer approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39211</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Wed, 23 Jun 2010 19:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39211</guid>
		<description>Ok i found the problem. 
it loads the parts in Update panel which is of 3KB.
But it loads in each 5 sec. and my website is constantly running.
for ex. if 20 user keep my website Open then it constaly use the bandwidth.

Can u Plz tell me that it also be happened if i use your script??

if yes then can u plz tell the other way to overcome this problem???

thanxxx,
samir</description>
		<content:encoded><![CDATA[<p>Ok i found the problem.<br />
it loads the parts in Update panel which is of 3KB.<br />
But it loads in each 5 sec. and my website is constantly running.<br />
for ex. if 20 user keep my website Open then it constaly use the bandwidth.</p>
<p>Can u Plz tell me that it also be happened if i use your script??</p>
<p>if yes then can u plz tell the other way to overcome this problem???</p>
<p>thanxxx,<br />
samir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39209</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39209</guid>
		<description>Static &quot;Page Methods&quot; are shorthand for ASMX ScriptServices.  They don&#039;t have any of the server-load or bandwidth overhead that a full page request does.</description>
		<content:encoded><![CDATA[<p>Static &#8220;Page Methods&#8221; are shorthand for ASMX ScriptServices.  They don&#8217;t have any of the server-load or bandwidth overhead that a full page request does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39208</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39208</guid>
		<description>thanxx for your reply.

Actually i using Ajax Timer for real-time it&#039;s working great but it using too much bandwidth with requesting page on each timer tick.

i checked your code and check it in web statics and find that it also make page request on each 5 sec. I haven&#039;t Check it for bandwidth but don&#039;t u think if page request is made then it also use same bandwidth like ajax timer???

Is there any way that we can monitor bandwidh at our local computer while running our website locally??

thanxx,
samir</description>
		<content:encoded><![CDATA[<p>thanxx for your reply.</p>
<p>Actually i using Ajax Timer for real-time it&#8217;s working great but it using too much bandwidth with requesting page on each timer tick.</p>
<p>i checked your code and check it in web statics and find that it also make page request on each 5 sec. I haven&#8217;t Check it for bandwidth but don&#8217;t u think if page request is made then it also use same bandwidth like ajax timer???</p>
<p>Is there any way that we can monitor bandwidh at our local computer while running our website locally??</p>
<p>thanxx,<br />
samir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39207</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39207</guid>
		<description>That isn&#039;t how this post&#039;s example works at all.  Take a closer look at the article and be sure to download the source and watch it in something like Firebug or Fiddler to see what traffic is actually generated.</description>
		<content:encoded><![CDATA[<p>That isn&#8217;t how this post&#8217;s example works at all.  Take a closer look at the article and be sure to download the source and watch it in something like Firebug or Fiddler to see what traffic is actually generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39206</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39206</guid>
		<description>But in this example it already postback on each 5 sec.
and load whole page again.
as a result it using too much bandwidth 
e.g. if page size is 100kb then it loads 100kb each 5 sec.

thanxxx,
samir</description>
		<content:encoded><![CDATA[<p>But in this example it already postback on each 5 sec.<br />
and load whole page again.<br />
as a result it using too much bandwidth<br />
e.g. if page size is 100kb then it loads 100kb each 5 sec.</p>
<p>thanxxx,<br />
samir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/display-data-updates-in-real-time-with-ajax/#comment-39205</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/07/25/display-data-updates-in-real-time-with-ajax/#comment-39205</guid>
		<description>Polling is what this post is an example of.</description>
		<content:encoded><![CDATA[<p>Polling is what this post is an example of.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

