<?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 for NetQuarry</title>
	<atom:link href="http://www.netquarry.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netquarry.com</link>
	<description>Applications you can build your business around</description>
	<lastBuildDate>Fri, 15 Oct 2010 05:23:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by David G</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-20</link>
		<dc:creator>David G</dc:creator>
		<pubDate>Fri, 15 Oct 2010 05:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-20</guid>
		<description><![CDATA[I got this to work but I needed to change the following line - otherwise it was crashing

while (root != null &amp;&amp; root.Parent != null &amp;&amp; !(root.Parent is Page))

to

while (root != null &amp;&amp; root.Parent != null &amp;&amp; root.Parent.Parent != null)

Crash was evident in very simple test cases using VS2010 targeting 3.0

Cheers!]]></description>
		<content:encoded><![CDATA[<p>I got this to work but I needed to change the following line &#8211; otherwise it was crashing</p>
<p>while (root != null &amp;&amp; root.Parent != null &amp;&amp; !(root.Parent is Page))</p>
<p>to</p>
<p>while (root != null &amp;&amp; root.Parent != null &amp;&amp; root.Parent.Parent != null)</p>
<p>Crash was evident in very simple test cases using VS2010 targeting 3.0</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by David</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-19</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-19</guid>
		<description><![CDATA[In the following scenario with your TemplateMaster &quot;fix&quot; the &quot;BtnLogin_Click&quot; event does NOT get fired and EmailAddress.Text always equals String.Empty on PostBack.

MasterPage:














ContentPage:]]></description>
		<content:encoded><![CDATA[<p>In the following scenario with your TemplateMaster &#8220;fix&#8221; the &#8220;BtnLogin_Click&#8221; event does NOT get fired and EmailAddress.Text always equals String.Empty on PostBack.</p>
<p>MasterPage:</p>
<p>ContentPage:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by Cam</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-18</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-18</guid>
		<description><![CDATA[You might consider explicitly setting the ID&#039;s on those checkboxes.  If you did that I think things would work as desired even with the AssignIDs call.  However, removing the AssignIDs call should be fine as long as you don&#039;t turn on Trace.]]></description>
		<content:encoded><![CDATA[<p>You might consider explicitly setting the ID&#8217;s on those checkboxes.  If you did that I think things would work as desired even with the AssignIDs call.  However, removing the AssignIDs call should be fine as long as you don&#8217;t turn on Trace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by Yauhen</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-17</link>
		<dc:creator>Yauhen</dc:creator>
		<pubDate>Fri, 20 Nov 2009 12:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-17</guid>
		<description><![CDATA[Good work. I have a lot of pages from old project copy pasted without master pages. When I have tried to extract common part of course all failed. Then I hae added you solution. Mostly works good. But some heavy control (based on datagrid) that have dynamic check box colums have problems. Generated Client Ids in browser differs from values that check boxes have on server side. So on post back checked values set incorrectly (because check boxes try to extract it from view state). May be thes check boxes are created in incorrect place (I have no time to investigate because as I asiad this control is very heavy with a lot of code). I have found that removing AssignIDs call fix this problem..]]></description>
		<content:encoded><![CDATA[<p>Good work. I have a lot of pages from old project copy pasted without master pages. When I have tried to extract common part of course all failed. Then I hae added you solution. Mostly works good. But some heavy control (based on datagrid) that have dynamic check box colums have problems. Generated Client Ids in browser differs from values that check boxes have on server side. So on post back checked values set incorrectly (because check boxes try to extract it from view state). May be thes check boxes are created in incorrect place (I have no time to investigate because as I asiad this control is very heavy with a lot of code). I have found that removing AssignIDs call fix this problem..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are we there yet? by Jorge</title>
		<link>http://www.netquarry.com/are-we-there-yet#comment-3</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 21 Aug 2009 21:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/?p=20#comment-3</guid>
		<description><![CDATA[&gt;&gt; So, why hasn’t Microsoft solved this yet?
I wonder this, too. And it&#039;s two years later.]]></description>
		<content:encoded><![CDATA[<p>&gt;&gt; So, why hasn’t Microsoft solved this yet?<br />
I wonder this, too. And it&#8217;s two years later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by Lewis</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-16</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-16</guid>
		<description><![CDATA[Somehow VS messed up everything. I recreate the file and everything is fine now. However I ran into two new problems. One is that button event won&#039;t be fired if the button is on the master page. The second one is that a dropdownlist with 50 items will always return selectedindex=1 somehow in my projects. I have 3 other dropdownlist without any problem. I have to change the type to htmlselect in order for it to work right. It is a great control. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Somehow VS messed up everything. I recreate the file and everything is fine now. However I ran into two new problems. One is that button event won&#8217;t be fired if the button is on the master page. The second one is that a dropdownlist with 50 items will always return selectedindex=1 somehow in my projects. I have 3 other dropdownlist without any problem. I have to change the type to htmlselect in order for it to work right. It is a great control. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chrome 2.0 and Browser Compatibility by Cam</title>
		<link>http://www.netquarry.com/chrome-20-and-browser-compatibility#comment-23</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Sat, 18 Jul 2009 04:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/06/chrome-20-and-browser-compatibility-10332/#comment-23</guid>
		<description><![CDATA[We just found the same problem on the iPhone (which is also AppleWebKit-based).  Removing the overflow:hidden on the tr fixed it there too.

We&#039;ve gone ahead and removed the overflow:hidden for all browsers now with no ill effect.]]></description>
		<content:encoded><![CDATA[<p>We just found the same problem on the iPhone (which is also AppleWebKit-based).  Removing the overflow:hidden on the tr fixed it there too.</p>
<p>We&#8217;ve gone ahead and removed the overflow:hidden for all browsers now with no ill effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by Cam</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-15</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Sat, 18 Jul 2009 03:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-15</guid>
		<description><![CDATA[Are you using TemplateMaster directly without deriving your own class from it?  Also a typo could easily cause that problem.]]></description>
		<content:encoded><![CDATA[<p>Are you using TemplateMaster directly without deriving your own class from it?  Also a typo could easily cause that problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Pages, AJAX, and Javascript by Lewis</title>
		<link>http://www.netquarry.com/master-pages-ajax-and-javascript#comment-14</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/03/master-pages-ajax-and-javascript-2-10292/#comment-14</guid>
		<description><![CDATA[Do you know why I get  &quot;is not allowed here because it does not extend class &#039;System.Web.UI.MasterPage&#039;.&quot; when I try to use the derived MasterPage? I am using VS2008+sp1.

Thanks,
Lewis]]></description>
		<content:encoded><![CDATA[<p>Do you know why I get  &#8220;is not allowed here because it does not extend class &#8216;System.Web.UI.MasterPage&#8217;.&#8221; when I try to use the derived MasterPage? I am using VS2008+sp1.</p>
<p>Thanks,<br />
Lewis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chrome 2.0 and Browser Compatibility by Aaron V. Humphrey</title>
		<link>http://www.netquarry.com/chrome-20-and-browser-compatibility#comment-22</link>
		<dc:creator>Aaron V. Humphrey</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://betasite.netquarry.com/index.php/2009/06/chrome-20-and-browser-compatibility-10332/#comment-22</guid>
		<description><![CDATA[Thank you!  I had the same problem you did, Googling all over for the problem.  Googling for &quot;google chrome empty table&quot; brought me eventually to your article, and taking out overflow:hidden from the appropriate CSS classes has fixed the problem.]]></description>
		<content:encoded><![CDATA[<p>Thank you!  I had the same problem you did, Googling all over for the problem.  Googling for &#8220;google chrome empty table&#8221; brought me eventually to your article, and taking out overflow:hidden from the appropriate CSS classes has fixed the problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
