<?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>Josh Close  - All Comments</title><link>http://weblogs.asp.net/joshclose/default.aspx</link><description>.NETified</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Implementing History Support for AJAX website built on Microsoft Asp.net</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#7669837</link><pubDate>Wed, 29 Dec 2010 05:10:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7669837</guid><dc:creator>Anil Kasalanati</dc:creator><description>&lt;p&gt;Problem Statement: Most modern day website use AJAX for page navigation and gone are the days of complete&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7669837" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Ajax AddHistoryPoint Bug</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#7611239</link><pubDate>Tue, 14 Sep 2010 20:34:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7611239</guid><dc:creator>philiphendry</dc:creator><description>&lt;p&gt;Hi Josh, I don&amp;#39;t know whether you&amp;#39;re still experiencing this problem but it&amp;#39;s caused me some headaches but thanks to your article you helped me understand what was going on and I&amp;#39;ve implemented a workaround (which I hope works ok.) When I declare the ScriptManager control, I immediately make a javscript call to Sys.Application._enableHistoryInScriptManager() and therefore, hopefully, the history management is enabled before the _onIFrameLoad code is executed :&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; EnableHistory=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; language=&amp;quot;javascript&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;	Sys.Application._enableHistoryInScriptManager();&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7611239" width="1" height="1"&gt;</description></item><item><title>Implementing a jQuery Browser history Plugin using microsoft Ajax History &amp;laquo; Philip Hendry&amp;#039;s Blog</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#7611237</link><pubDate>Tue, 14 Sep 2010 20:31:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7611237</guid><dc:creator>Implementing a jQuery Browser history Plugin using microsoft Ajax History « Philip Hendry's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Implementing a jQuery Browser history Plugin using microsoft Ajax History &amp;amp;laquo; Philip Hendry&amp;amp;#039;s Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7611237" width="1" height="1"&gt;</description></item><item><title>んー、これ踏んだか？ ASP.NET Ajax AddHistoryPoint Bug http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#7329268</link><pubDate>Sun, 31 Jan 2010 09:04:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7329268</guid><dc:creator>Twitter Mirror</dc:creator><description>&lt;p&gt;んー、これ踏んだか？ ASP.NET Ajax AddHistoryPoint Bug &lt;a rel="nofollow" target="_new" href="http://weblogs"&gt;http://weblogs&lt;/a&gt;. asp.net /joshclose/archive/2008/11/11/asp&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7329268" width="1" height="1"&gt;</description></item><item><title>re: AppDomain.CurrentDomain.BaseDirectory Changed in Unit Tests with Visual Studio 2008</title><link>http://weblogs.asp.net/joshclose/archive/2008/01/23/appdomain-currentdomain-basedirectory-changed-in-unit-tests-with-visual-studio-2008.aspx#7308814</link><pubDate>Tue, 12 Jan 2010 23:28:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7308814</guid><dc:creator>DanB</dc:creator><description>&lt;p&gt;Building upon the information in your post (hugely helpful, btw), &lt;/p&gt;
&lt;p&gt;If you upgrade to VS-2k8-SP1, the AppDomain.CurrentDomain.BaseDirectory goes back to the testing directory. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7308814" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Ajax AddHistoryPoint Bug</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#7104977</link><pubDate>Mon, 01 Jun 2009 11:53:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7104977</guid><dc:creator>tbuzzer</dc:creator><description>&lt;p&gt;I've just tested in ie8 and it seems to work ok, but when you view the history list while viewing the new page that you've navigated too, the list is missing entries until you click back. Maybe framework 4 beta will fix that??&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7104977" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Ajax AddHistoryPoint Bug</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#7104935</link><pubDate>Mon, 01 Jun 2009 10:52:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7104935</guid><dc:creator>Pete</dc:creator><description>&lt;p&gt;Any News Guys?? Firefox works ok????&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7104935" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Ajax AddHistoryPoint Bug</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#6978101</link><pubDate>Thu, 19 Mar 2009 06:16:47 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6978101</guid><dc:creator>Jon</dc:creator><description>&lt;p&gt;Was there an update to this issue? &amp;nbsp;I'm hitting a similar problem, and was going to load a clientside method to parse the values and override my ascx set values.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6978101" width="1" height="1"&gt;</description></item><item><title>re: AppDomain.CurrentDomain.BaseDirectory Changed in Unit Tests with Visual Studio 2008</title><link>http://weblogs.asp.net/joshclose/archive/2008/01/23/appdomain-currentdomain-basedirectory-changed-in-unit-tests-with-visual-studio-2008.aspx#6897527</link><pubDate>Wed, 11 Feb 2009 07:14:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6897527</guid><dc:creator>.Net Developer</dc:creator><description>&lt;p&gt;Thank you so much.. you saved a bunch of developer time.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6897527" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Ajax AddHistoryPoint Bug</title><link>http://weblogs.asp.net/joshclose/archive/2008/11/11/asp-net-ajax-addhistorypoint-bug.aspx#6731689</link><pubDate>Wed, 12 Nov 2008 22:22:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6731689</guid><dc:creator>Bertrand Le Roy</dc:creator><description>&lt;p&gt;Got it. Definitely some confusion from support about the issue. I sent you the correct bug number, and that one is clearly still open and being looked at.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6731689" width="1" height="1"&gt;</description></item></channel></rss>
