<?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: DynamicLoader Plugin &#8211; Dynamically Loading ASP.NET User Controls with jQuery</title>
	<atom:link href="http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/</link>
	<description>C#, .NET, and jQuery</description>
	<lastBuildDate>Thu, 27 May 2010 13:06:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jose pulido</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-106</link>
		<dc:creator>jose pulido</dc:creator>
		<pubDate>Thu, 27 May 2010 13:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-106</guid>
		<description>Thanks for your effort, it is valuable work</description>
		<content:encoded><![CDATA[<p>Thanks for your effort, it is valuable work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-92</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-92</guid>
		<description>I like the demo and source code.  I tried to impliment a user control with asp: controls and wouldn&#039;t work.  Is there a way to modify to handle more complex User Controls?</description>
		<content:encoded><![CDATA[<p>I like the demo and source code.  I tried to impliment a user control with asp: controls and wouldn&#8217;t work.  Is there a way to modify to handle more complex User Controls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Makeen</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-90</link>
		<dc:creator>Mohamed Makeen</dc:creator>
		<pubDate>Sun, 07 Feb 2010 14:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-90</guid>
		<description>problem Solved, the problem happend becuase i put the aspx page inside a folder. 
i want to know what ctx represent.</description>
		<content:encoded><![CDATA[<p>problem Solved, the problem happend becuase i put the aspx page inside a folder.<br />
i want to know what ctx represent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Makeen</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-89</link>
		<dc:creator>Mohamed Makeen</dc:creator>
		<pubDate>Sun, 07 Feb 2010 08:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-89</guid>
		<description>very good , but i have some problems : the Ajax Enabled WCf Service that i add not work and ajava script alert appear with error.
and it work if i write the url of the web service compelte http:// ... and that make error when the library try to get the Js file for the control how can i solve that issue ?? thanks alot</description>
		<content:encoded><![CDATA[<p>very good , but i have some problems : the Ajax Enabled WCf Service that i add not work and ajava script alert appear with error.<br />
and it work if i write the url of the web service compelte http:// &#8230; and that make error when the library try to get the Js file for the control how can i solve that issue ?? thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-87</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 17 Jan 2010 05:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-87</guid>
		<description>Hey,

this is cool. I was wondering if there is a way to persist these controls and access them on server side?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>this is cool. I was wondering if there is a way to persist these controls and access them on server side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Kong</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-79</link>
		<dc:creator>J Kong</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-79</guid>
		<description>Excellent post! Very helpful. Although in beta and as you probably know, you can use the newer Asp.net AJAX client library script loader and it will only load scripts once. i.e.-
# Sys.loadScripts([&quot;../Scripts/Rules.js&quot;, &quot;../Scripts/Calculations.js&quot;], function() {  
             //Perform calculations  
 });</description>
		<content:encoded><![CDATA[<p>Excellent post! Very helpful. Although in beta and as you probably know, you can use the newer Asp.net AJAX client library script loader and it will only load scripts once. i.e.-<br />
# Sys.loadScripts(["../Scripts/Rules.js", "../Scripts/Calculations.js"], function() {<br />
             //Perform calculations<br />
 });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shimmer</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-70</link>
		<dc:creator>Shimmer</dc:creator>
		<pubDate>Sun, 20 Dec 2009 07:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-70</guid>
		<description>Cool stuff and nice share! Thanks Sam. Merry Christmas!</description>
		<content:encoded><![CDATA[<p>Cool stuff and nice share! Thanks Sam. Merry Christmas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Burke</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-39</link>
		<dc:creator>Dave Burke</dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-39</guid>
		<description>Sam, This is very powerful and cool stuff that I really want to spend time investigating.  Thanks so much for sharing, the great writeup, and for taking the time to provide a demo. -Dave</description>
		<content:encoded><![CDATA[<p>Sam, This is very powerful and cool stuff that I really want to spend time investigating.  Thanks so much for sharing, the great writeup, and for taking the time to provide a demo. -Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-27</link>
		<dc:creator>Tweets that mention DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery</dc:creator>
		<pubDate>Tue, 08 Dec 2009 00:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-27</guid>
		<description>[...] This post was mentioned on Twitter by DotNetTips, Mohamed Meligy. Mohamed Meligy said: #link: DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery: Live Demo &#124; Download.. http://bit.ly/6bGuzO [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by DotNetTips, Mohamed Meligy. Mohamed Meligy said: #link: DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery: Live Demo | Download.. <a href="http://bit.ly/6bGuzO" rel="nofollow">http://bit.ly/6bGuzO</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Mueller</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/comment-page-1/#comment-4</link>
		<dc:creator>Sam Mueller</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-4</guid>
		<description>The links in the article have been updated.  I just switched blogging platforms, and there are a few blips that still need to be ironed out.</description>
		<content:encoded><![CDATA[<p>The links in the article have been updated.  I just switched blogging platforms, and there are a few blips that still need to be ironed out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
