<?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>APPLICATION DEVELOPER EXTRAORDINAIRE</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:07:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hitin</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-212</link>
		<dc:creator>Hitin</dc:creator>
		<pubDate>Sun, 27 Feb 2011 16:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-212</guid>
		<description>Very nice artical!!

I have got a question!!

Will this approach work, if the User Control has got a code behind file?! 

Because I tried something similar using a web service. And webservice wont render the control and always throws an error.</description>
		<content:encoded><![CDATA[<p>Very nice artical!!</p>
<p>I have got a question!!</p>
<p>Will this approach work, if the User Control has got a code behind file?! </p>
<p>Because I tried something similar using a web service. And webservice wont render the control and always throws an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrc</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-211</link>
		<dc:creator>Mrc</dc:creator>
		<pubDate>Thu, 17 Feb 2011 13:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-211</guid>
		<description>One Word Great</description>
		<content:encoded><![CDATA[<p>One Word Great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viagra fuer die frau</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-210</link>
		<dc:creator>viagra fuer die frau</dc:creator>
		<pubDate>Wed, 03 Nov 2010 19:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-210</guid>
		<description>Hey, I attempted to email you pertaining to this post but aren?t able to reach you. Please e-mail me when get a moment. Thanks.</description>
		<content:encoded><![CDATA[<p>Hey, I attempted to email you pertaining to this post but aren?t able to reach you. Please e-mail me when get a moment. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-209</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Wed, 27 Oct 2010 19:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-209</guid>
		<description>it gives the error at the line Server.Execute(,,,) when usercontrol has other asp.net contol (like asp:Button and asp:textbox etc.).It seems to wrok only when usercontrol has just the simple controls(like asp:label etc.).Plz help me resolve it</description>
		<content:encoded><![CDATA[<p>it gives the error at the line Server.Execute(,,,) when usercontrol has other asp.net contol (like asp:Button and asp:textbox etc.).It seems to wrok only when usercontrol has just the simple controls(like asp:label etc.).Plz help me resolve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-208</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Wed, 27 Oct 2010 19:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-208</guid>
		<description>I am trying to load a userControl using the method shown above but I am getting error &#039;Error executing child request for handler &#039;System.Web.UI.Page&#039;.on the line ...Server.Execute(,,,). could u plz help to resolve it</description>
		<content:encoded><![CDATA[<p>I am trying to load a userControl using the method shown above but I am getting error &#8216;Error executing child request for handler &#8216;System.Web.UI.Page&#8217;.on the line &#8230;Server.Execute(,,,). could u plz help to resolve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-207</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Sun, 24 Oct 2010 10:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-207</guid>
		<description>hi,
Nice article,but can we use without .svc file(means webservice).
I have webform,while page loading i need to display usercontrol..after that on button click i need to display usercontrols dynamically without .svc file.(up to 12 times)

is there any possibility?
please let me know.</description>
		<content:encoded><![CDATA[<p>hi,<br />
Nice article,but can we use without .svc file(means webservice).<br />
I have webform,while page loading i need to display usercontrol..after that on button click i need to display usercontrols dynamically without .svc file.(up to 12 times)</p>
<p>is there any possibility?<br />
please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-206</link>
		<dc:creator>AS</dc:creator>
		<pubDate>Thu, 14 Oct 2010 20:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-206</guid>
		<description>Is there a way to present more compilcated UserControls with this solution.</description>
		<content:encoded><![CDATA[<p>Is there a way to present more compilcated UserControls with this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-205</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 11 Oct 2010 19:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-205</guid>
		<description>one issue i am having is with script file loading. during the PreRender event of the ascx control, i am including a script file (via ScriptManager) and registering a startup script (via Page.ClientScript.RegisterStartupScript). i can see the  include in the markup but the file isnt there and all calls to it&#039;s functions are failing.</description>
		<content:encoded><![CDATA[<p>one issue i am having is with script file loading. during the PreRender event of the ascx control, i am including a script file (via ScriptManager) and registering a startup script (via Page.ClientScript.RegisterStartupScript). i can see the  include in the markup but the file isnt there and all calls to it&#8217;s functions are failing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-204</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Thu, 16 Sep 2010 09:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-204</guid>
		<description>What about calling a funtion? As you know we can call .net functions through jquery ajax. Is there any way to do this with your way? Need to know that.</description>
		<content:encoded><![CDATA[<p>What about calling a funtion? As you know we can call .net functions through jquery ajax. Is there any way to do this with your way? Need to know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terence</title>
		<link>http://samuelmueller.com/2008/12/dynamicloader-plugin-dynamically-loading-asp-net-user-controls-with-jquery/#comment-203</link>
		<dc:creator>terence</dc:creator>
		<pubDate>Wed, 01 Sep 2010 06:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samuelmueller.com/?p=33#comment-203</guid>
		<description>thanks for you demo, i have a question here, if i want to execute postback operation in user control, how can i do it, beacause i can only capture the UI code, we don&#039;t save original postback behavior?</description>
		<content:encoded><![CDATA[<p>thanks for you demo, i have a question here, if i want to execute postback operation in user control, how can i do it, beacause i can only capture the UI code, we don&#8217;t save original postback behavior?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

