<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX UI</title><link>http://forums.asp.net/1008.aspx</link><description>Here you can discuss UI-related issues with AJAX such as controls and client-side functionality including Silverlight controls for ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3275912.aspx</link><pubDate>Mon, 06 Jul 2009 04:32:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275912</guid><dc:creator>Pawan_Mishra</dc:creator><author>Pawan_Mishra</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275912.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3275912</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Page auto refresh is fine but do keep in mind its too much
of an overhead for the server when you do not have fresh data which
needs to be shown to the end user. Whats the scenario for which you
want to go for auto page refresh ? If you can give more details about
that then probably some efficient workaround can be provided . Problem
in using meta tag and timer control is that it will refresh page at
specified times and if the underlying data hasn&amp;#39;t changed then this
auto refresh option will soon become an overhead for the server . One
real good way of implementing this is given by &lt;a title="Vince" href="http://forums.asp.net/members/Vince-Xu-_2D00_-MSFT.aspx"&gt;Vince&lt;/a&gt; in the following thread :- http://forums.asp.net/p/1364887/2837035.aspx#2837035&lt;/p&gt;</description></item><item><title>Re: Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3275906.aspx</link><pubDate>Mon, 06 Jul 2009 04:26:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275906</guid><dc:creator>Pawan_Mishra</dc:creator><author>Pawan_Mishra</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275906.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3275906</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Page auto refresh is fine but do keep in mind its too much of an overhead for the server when you do not have fresh data which needs to be shown to the end user. Whats the scenario for which you want to go for auto page refresh ? If you can give more details about that then probably some efficient workaround can be provided . Problem in using meta tag and timer control is that it will refresh page at specified times and if the underlying data hasn&amp;#39;t changed then this auto refresh option will soon become an overhead for the server . One real good way of implementing this is given by &lt;a title="Vince" href="http://forums.asp.net/members/Vince-Xu-_2D00_-MSFT.aspx"&gt;Vince&lt;/a&gt; in the following thread :- http://forums.asp.net/p/1364887/2837035.aspx#2837035&lt;/p&gt;</description></item><item><title>Re: Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3275815.aspx</link><pubDate>Mon, 06 Jul 2009 03:19:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275815</guid><dc:creator>mudassarkhan</dc:creator><author>mudassarkhan</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275815.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3275815</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Refer my articles&lt;/p&gt;
&lt;p&gt;1. Refresh complete page automatically at regular intervals&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.aspsnippets.com/post/2009/06/10/Reload-Refresh-and-Redirect-Pages-using-Meta-Tags-in-ASPNet.aspx"&gt;http://www.aspsnippets.com/post/2009/06/10/Reload-Refresh-and-Redirect-Pages-using-Meta-Tags-in-ASPNet.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Refresh&amp;nbsp;part of page automatically at regular intervals without reloading complete page&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.aspsnippets.com/post/2009/07/01/Refresh-or-Reload-part-of-page-periodically-at-regular-intervals-in-ASPNet.aspx"&gt;http://www.aspsnippets.com/post/2009/07/01/Refresh-or-Reload-part-of-page-periodically-at-regular-intervals-in-ASPNet.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3275794.aspx</link><pubDate>Mon, 06 Jul 2009 02:49:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275794</guid><dc:creator>chetan.sarode</dc:creator><author>chetan.sarode</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275794.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3275794</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Use &lt;a href="http://forums.asp.net/mref/T_System_Web_UI_Timer.aspx"&gt;Timer&lt;/a&gt; control that performs postbacks at defined intervals&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.asp.net/AJAX/Documentation/Live/overview/UsingTimerControlTutorial.aspx"&gt;http://www.asp.net/AJAX/Documentation/Live/overview/UsingTimerControlTutorial.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3272943.aspx</link><pubDate>Fri, 03 Jul 2009 07:32:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272943</guid><dc:creator>qwe123kids</dc:creator><author>qwe123kids</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272943.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3272943</wfw:commentRss><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;U may use Meta Tag in Html for refesh of page..&lt;br /&gt;&lt;br /&gt;http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm&lt;br /&gt;&lt;br /&gt;the above sample shows That..&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;U may also use Timer control In Ajax.net for refeshing Page With update Panle on page..&lt;/p&gt;&lt;p&gt;http://www.asp.net/AJAX/Documentation/Live/tutorials/TimerControlTutorials.aspx&lt;/p&gt;&lt;p&gt;Or &lt;/p&gt;&lt;p&gt;May Also Use javascript Timer for refresh&lt;/p&gt;&lt;p&gt;http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/&lt;/p&gt;</description></item><item><title>Refreshing Page Automatically</title><link>http://forums.asp.net/thread/3272723.aspx</link><pubDate>Fri, 03 Jul 2009 05:32:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272723</guid><dc:creator>Kavyanjalisfriend</dc:creator><author>Kavyanjalisfriend</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272723.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3272723</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;strong&gt;Dear Friends,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I have seen websites specially the cricket website which do the autorefresh and shows the latest data.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can anyone suggest me how to work&amp;nbsp; it out.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks in advance&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Regards &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chandrakant&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>