<?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: ASP.NET Tip/Trick: Use a Base Page Class for All Application Pages</title>
	<atom:link href="http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/</link>
	<description>Practical tips and tricks for all things .NET, SharePoint, Silverlight, InfoPath, and general application development.</description>
	<lastBuildDate>Tue, 01 Feb 2011 16:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: PRK Laser Eye Surgery </title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1320</link>
		<dc:creator>PRK Laser Eye Surgery </dc:creator>
		<pubDate>Fri, 28 Jan 2011 23:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1320</guid>
		<description>:~* I am very thankful to this topic because it really gives up to date information .&#039;.</description>
		<content:encoded><![CDATA[<p>:~* I am very thankful to this topic because it really gives up to date information .&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaNTheatR</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1318</link>
		<dc:creator>DaNTheatR</dc:creator>
		<pubDate>Thu, 20 Jan 2011 16:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1318</guid>
		<description>Nice post, very helpful!

In your RedirectToPageWithQueryStrings method, shouldn’t you be adding the queryStringList to the &#039;url&#039; argument instead of replacing it with the &#039;?&#039; followed by queryStringList? 

&lt;code&gt;url &lt;b&gt;=&lt;b&gt; &quot;?&quot; + queryStringList;&lt;/code&gt; should be &lt;code&gt;url &lt;b&gt;+=&lt;b&gt; &quot;?&quot; + queryStringList;&lt;/code&gt;

Thanks!</description>
		<content:encoded><![CDATA[<p>Nice post, very helpful!</p>
<p>In your RedirectToPageWithQueryStrings method, shouldn’t you be adding the queryStringList to the &#8216;url&#8217; argument instead of replacing it with the &#8216;?&#8217; followed by queryStringList? </p>
<p><code>url <b>=</b><b> "?" + queryStringList;</b></code> should be <code>url <b>+=</b><b> "?" + queryStringList;</b></code></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabina Orofino</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1301</link>
		<dc:creator>Sabina Orofino</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1301</guid>
		<description>Which is actually fairly vital for what I’m appear at now, thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Which is actually fairly vital for what I’m appear at now, thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antwan Hussain</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1284</link>
		<dc:creator>Antwan Hussain</dc:creator>
		<pubDate>Thu, 13 May 2010 16:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1284</guid>
		<description>Thank you for the good blog entry on working in home. I appreciate it. Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you for the good blog entry on working in home. I appreciate it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jyest</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1208</link>
		<dc:creator>jyest</dc:creator>
		<pubDate>Mon, 19 Oct 2009 10:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1208</guid>
		<description>Hi, it&#039;s a really helpful article to me,

Just 1 question, I use vb.net, and when I try to use following code in my code, I got a dead loop

    &#039;If the URL is modified 
    Private Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
        &#039;mybase.OnInit(e) will invoke Page_Init 
        MyBase.OnInit(e)
    End Sub

Any ideas or suggestions?  thanks</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s a really helpful article to me,</p>
<p>Just 1 question, I use vb.net, and when I try to use following code in my code, I got a dead loop</p>
<p>    &#8216;If the URL is modified<br />
    Private Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init<br />
        &#8216;mybase.OnInit(e) will invoke Page_Init<br />
        MyBase.OnInit(e)<br />
    End Sub</p>
<p>Any ideas or suggestions?  thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram Chandra Nagar</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1107</link>
		<dc:creator>Ram Chandra Nagar</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1107</guid>
		<description>Hi this is use full if you are working on web based application realy its reduse code redudency 
thanks</description>
		<content:encoded><![CDATA[<p>Hi this is use full if you are working on web based application realy its reduse code redudency<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1089</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1089</guid>
		<description>Hilton, very interesting.  I hadn&#039;t even considered page adapters for this.  I&#039;ll definitely keep it in mind for future projects.  Thank you!</description>
		<content:encoded><![CDATA[<p>Hilton, very interesting.  I hadn&#8217;t even considered page adapters for this.  I&#8217;ll definitely keep it in mind for future projects.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1087</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1087</guid>
		<description>Good stuff -- thanks for the info!!</description>
		<content:encoded><![CDATA[<p>Good stuff &#8212; thanks for the info!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Haggren</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1081</link>
		<dc:creator>Thomas Haggren</dc:creator>
		<pubDate>Wed, 24 Jun 2009 16:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1081</guid>
		<description>Great article :)

Here is a good article about the &quot;Response.Redirect(url) ThreadAbortException&quot; http://www.c6software.com/CodeSolutions/dotnet/ThreadAbortException.aspx</description>
		<content:encoded><![CDATA[<p>Great article <img src='http://www.devexpertise.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is a good article about the &#8220;Response.Redirect(url) ThreadAbortException&#8221; <a href="http://www.c6software.com/CodeSolutions/dotnet/ThreadAbortException.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.c6software.com');" rel="nofollow">http://www.c6software.com/CodeSolutions/dotnet/ThreadAbortException.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilton Giesenow</title>
		<link>http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/comment-page-1/#comment-1058</link>
		<dc:creator>Hilton Giesenow</dc:creator>
		<pubDate>Thu, 11 Jun 2009 10:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/03/25/aspnet-tiptrick-use-a-base-page-class-for-all-application-pages/#comment-1058</guid>
		<description>Nice post, some great tips! My only problem with a new base class is that developers can forget to do it. Some other possible solutions are overriding the default Visual Studio templates, and using Extension Methods. I&#039;ve got a &lt;a href=&quot;http://dotnet.org.za/hiltong/archive/2008/01/06/injecting-a-page-base-class-in-asp-net.aspx&quot; rel=&quot;nofollow&quot;&gt;complimentary idea on using PageAdapters&lt;/a&gt; to do some similar things that might be of interest.</description>
		<content:encoded><![CDATA[<p>Nice post, some great tips! My only problem with a new base class is that developers can forget to do it. Some other possible solutions are overriding the default Visual Studio templates, and using Extension Methods. I&#8217;ve got a <a href="http://dotnet.org.za/hiltong/archive/2008/01/06/injecting-a-page-base-class-in-asp-net.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/dotnet.org.za');" rel="nofollow">complimentary idea on using PageAdapters</a> to do some similar things that might be of interest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

