<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx</link><description>Sometimes you want your web page to 'stay alive'. That is, if a user is filling out a complicated form, you do not want the session to time out before they are finished. The user could get very angry and rightfully so: You might even get yelled at! It</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7162799</link><pubDate>Thu, 06 Aug 2009 18:40:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7162799</guid><dc:creator>Ed</dc:creator><author>Ed</author><description>&lt;p&gt;Found that useful. Thanks.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7162799" width="1" height="1"&gt;</description></item><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7140015</link><pubDate>Sat, 04 Jul 2009 18:57:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7140015</guid><dc:creator>raghav_khunger</dc:creator><author>raghav_khunger</author><description>&lt;p&gt;Hi,Steve&lt;/p&gt;
&lt;p&gt;That is great!.Helpful&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7140015" width="1" height="1"&gt;</description></item><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7135015</link><pubDate>Fri, 26 Jun 2009 15:54:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7135015</guid><dc:creator>Elbaz</dc:creator><author>Elbaz</author><description>&lt;p&gt;it sounds very good solution.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7135015" width="1" height="1"&gt;</description></item><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7119946</link><pubDate>Fri, 12 Jun 2009 21:37:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7119946</guid><dc:creator>SGWellens</dc:creator><author>SGWellens</author><description>&lt;p&gt;The disadvantage to using the UpdatePanel method is that it invokes the &lt;strong&gt;Page_Load&lt;/strong&gt; event (and other page processing events as well).&lt;/p&gt;
&lt;p&gt;This could be a huge problem depending on what you are doing in the page events. &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7119946" width="1" height="1"&gt;</description></item><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7119668</link><pubDate>Fri, 12 Jun 2009 18:35:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7119668</guid><dc:creator>rajbk</dc:creator><author>rajbk</author><description>&lt;p&gt;I would personally increase the session timeout value. If you really wanted to use a timer approach, I would do something like this instead:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/asp:ScriptManager&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ContentTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;asp:Timer ID=&amp;quot;Timer1&amp;quot; runat=&amp;quot;server&amp;quot; Interval=&amp;quot;1000&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/asp:Timer&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ContentTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/asp:UpdatePanel&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7119668" width="1" height="1"&gt;</description></item><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7115990</link><pubDate>Wed, 10 Jun 2009 12:05:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7115990</guid><dc:creator>Nemesis116</dc:creator><author>Nemesis116</author><description>&lt;p&gt;A+ :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7115990" width="1" height="1"&gt;</description></item><item><title>re: AH, Ah, ah, ah…Staying Alive…Staying Alive</title><link>http://weblogs.asp.net/stevewellens/archive/2009/06/09/ah-ah-ah-ah-staying-alive-staying-alive.aspx#7115243</link><pubDate>Tue, 09 Jun 2009 23:09:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7115243</guid><dc:creator>Koolraaga</dc:creator><author>Koolraaga</author><description>&lt;p&gt;Pretty Neat.. Thank You&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7115243" width="1" height="1"&gt;</description></item></channel></rss>