<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WebForms And MVC In Harmony &#8212; Almost&#8230;</title>
	<atom:link href="http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/</link>
	<description>The product of a web developer with a little too much caffeine</description>
	<lastBuildDate>Sun, 20 Dec 2009 07:21:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Render Partial &#8212; But With Arguments! &#171; Hugoware</title>
		<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/#comment-736</link>
		<dc:creator>Render Partial &#8212; But With Arguments! &#171; Hugoware</dc:creator>
		<pubDate>Tue, 27 Oct 2009 04:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://somewebguy.wordpress.com/?p=177#comment-736</guid>
		<description>[...] instead of an actual UserControl. Its not that you can&#8217;t use them but that there is a disconnect between the control state and the render phase which makes it pretty much impossible to really work with them [...]</description>
		<content:encoded><![CDATA[<p>[...] instead of an actual UserControl. Its not that you can&#8217;t use them but that there is a disconnect between the control state and the render phase which makes it pretty much impossible to really work with them [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebControls in MVC &#8211; Part 1 of ??? &#171; Yet Another WebDev Blog</title>
		<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/#comment-404</link>
		<dc:creator>WebControls in MVC &#8211; Part 1 of ??? &#171; Yet Another WebDev Blog</dc:creator>
		<pubDate>Mon, 27 Jul 2009 05:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://somewebguy.wordpress.com/?p=177#comment-404</guid>
		<description>[...] blogged awhile back about using WebControls inside an MVC application, but it covered only controls that didn&#8217;t need to postback to the server. Not really that [...]</description>
		<content:encoded><![CDATA[<p>[...] blogged awhile back about using WebControls inside an MVC application, but it covered only controls that didn&#8217;t need to postback to the server. Not really that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdev_hb</title>
		<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/#comment-326</link>
		<dc:creator>webdev_hb</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://somewebguy.wordpress.com/?p=177#comment-326</guid>
		<description>Actually, you&#039;re correct - I had intended that to allow any type of control to be passed in, even those that do not support data-binding. 

I&#039;m not sure what I was thinking when I put this together, but DataBind is a method of Control, not any inherited classes. Your suggestion would, in fact, be much better.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Actually, you&#8217;re correct &#8211; I had intended that to allow any type of control to be passed in, even those that do not support data-binding. </p>
<p>I&#8217;m not sure what I was thinking when I put this together, but DataBind is a method of Control, not any inherited classes. Your suggestion would, in fact, be much better.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/#comment-325</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://somewebguy.wordpress.com/?p=177#comment-325</guid>
		<description>Why are you using reflection to call the DataBind method? It&#039;s much easier, not to mention more efficient, to replace:

MethodInfo bind = control.GetType().GetMethod(&quot;DataBind&quot;);
if (bind is System.Reflection.MethodInfo) {
    bind.Invoke(control, null);
}

with:

control.DataBind();</description>
		<content:encoded><![CDATA[<p>Why are you using reflection to call the DataBind method? It&#8217;s much easier, not to mention more efficient, to replace:</p>
<p>MethodInfo bind = control.GetType().GetMethod(&#8220;DataBind&#8221;);<br />
if (bind is System.Reflection.MethodInfo) {<br />
    bind.Invoke(control, null);<br />
}</p>
<p>with:</p>
<p>control.DataBind();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/#comment-130</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Mon, 22 Jun 2009 04:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://somewebguy.wordpress.com/?p=177#comment-130</guid>
		<description>[...] to VoteWebForms And MVC In Harmony — Almost… (6/17/2009)Wednesday, June 17, 2009 from webdev_hbPop Quiz – What happens with the following snippet of [...]</description>
		<content:encoded><![CDATA[<p>[...] to VoteWebForms And MVC In Harmony — Almost… (6/17/2009)Wednesday, June 17, 2009 from webdev_hbPop Quiz – What happens with the following snippet of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://somewebguy.wordpress.com/2009/06/18/webforms-and-mvc/#comment-108</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://somewebguy.wordpress.com/?p=177#comment-108</guid>
		<description>&lt;strong&gt;WebForms And MVC In Harmony — Almost… «  Yet Another WebDev Blog...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>WebForms And MVC In Harmony — Almost… «  Yet Another WebDev Blog&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
