<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How To Dynamically Add Controls to a Web Page</title><link>http://www.asp.net</link><pubDate>Thu, 16 Oct 2008 14:59:09 GMT</pubDate><generator>umbraco</generator><description>Comments for How To Dynamically Add Controls to a Web Page</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33636" rel="self" type="application/rss+xml" /><item><title>Comment Posted by Plague2006</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Fri, 18 Apr 2008 07:59:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001911</guid><description><![CDATA[ <p>Hi,</p> <p>Some questions I have regarding this documentry. I assume that Shared keyword is the equivalent to Static in C#. And under that assumption, I raise the question on how the value modification will affect when multiple users are using the page simultaneously. When the value is increased by one user clicking on the button, won&#39;t that affect the other users who may not have clicked the button? </p> <p>I&#39;m not criticizing but trying to understand. I hope you can clear it up for me.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Plague2006.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by DamijanD</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Fri, 18 Apr 2008 15:51:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001912</guid><description><![CDATA[ <p>Yes in real world static would cause troubles. You should use session instead.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/DamijanD.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by SergeyS</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Fri, 18 Apr 2008 23:10:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001913</guid><description><![CDATA[ <p>Why video? Why not regular article? Even more extensive comments of the code would be much better off. Anyway you&#39;ve spent more than half an hour on the video. </p> <p>How this is to be handled by search engine? </p> <p>Why is it better for a developer to spent a lot of time downloading 100M video, then spend 0.5 hour to look through it, than just to spend 5 min to grasp the written idea? </p> <p>Millions of ASP.NET developers can&#39;t get spoken English. Is it oficial MS position to phase them off the MS road?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/SergeyS.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by loveASPNET</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Sat, 19 Apr 2008 06:00:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001914</guid><description><![CDATA[ <p>Hello Joe,</p> <p>Your presentation was really cool.</p> <p>Can you demonstrate the same with the use of usercontrols.</p> <p>like how we can add usercontrols dynamically and keep the viewstate of the usercontrols inbetween postbacks.</p> <p>Thanks,</p> <p>Robin</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/loveASPNET.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Dollarjunkie</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Sun, 20 Apr 2008 02:20:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001915</guid><description><![CDATA[ <p>Hi Joe, following the request from the last poster, I would appreciate it if you actually give some information on dynamically adding Usercontrols and removing usercontrols from page. </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Dollarjunkie.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JustAnotherGuy</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Mon, 21 Apr 2008 10:56:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001916</guid><description><![CDATA[ <p>Hi Joe, Just tried building a page like the one in this video but using a dropdownlist instead of the button.</p> <p>But I am getting an issue in the GetPostBackControl function. The ctrlName property populates with the clientid of the dropdownlist control but then the findcontrol function return nothing when looking for it. I have tried stripping the ctrlName down to just the dropdownlistname by breaking the returned name into an array but it still returns nothing.</p> <p>My page uses a master page but all of the code and controls are in the aspx and codebehind of the aspx.</p> <p>Any thoughts?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/JustAnotherGuy.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JustAnotherGuy</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Mon, 21 Apr 2008 11:48:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001917</guid><description><![CDATA[ <p>The demo code from this video does not work once you place it all in an aspx page that has a master page (even if the master is completely empty).</p> <p>The FindControl in GetPostBackControl returns nothing.</p> <p>Does anybody have any thoughts on how to resolve this? This is useful code but I need it to work in a masterpage situation.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/JustAnotherGuy.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by kentto</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Wed, 23 Apr 2008 01:04:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001918</guid><description><![CDATA[ <p>@JustAnotherGuy</p> <p>I&#39;m assuming it&#39;s not finding the controls because the ContentPlaceHolder is a container control that&#39;s on the Master Page and not on the Web Form, try passing the Master Page instance by changing the line in the Page_PreInit to </p> <p>Control myControl = GetPostBackControl(Master.Page);</p> <p>and the comparison to take into account that the container will be prefixed to the control name of btnAddTextBox to something like</p> <p>if ((myControl.ClientID.ToString().Contains(&quot;btnAddTextBox&quot;)))</p> <p>and see if that helps.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/kentto.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JohnYahoo</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Wed, 23 Apr 2008 13:40:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001919</guid><description><![CDATA[ <p>Joe</p> <p>This is a superb demonstration of something I have been trying to do for some time. &#160;In the past I have had to resort to fat client programming to do this. &#160;Thank you. &#160;Thank you.</p> <p>There is a saying &quot;No good deed goes unpunished&quot; so I must address some of the comments above.</p> <p>&gt;&gt;&gt;&quot;Millions of ASP.NET developers can&#39;t get spoken English.&quot;&lt;&lt;</p> <p>I often watch these videos with the sound turned off. &#160;You can still get everything that happens if you watch closely. &#160;Isn&#39;t this video format ideal for people of all languages? &#160;I think so.</p> <p>&gt;&gt;&quot;Why video? Why not regular article?&quot;&lt;&lt;</p> <p>There are plenty of regular articles out there. &#160;None of them can show the complete picture of the solution like a video. &#160;The video leaves nothing to figure out. &#160;It is all there, even if the sound is off.</p> <p>Somebody is going to complain, regardless of what you do. &#160;If it is visual, the blind people will be hurt. &#160;If it is audio, the deaf people will be hurt. &#160;If it is available on some day of the week, it offends somebody&#39;s religion.</p> <p>There would be fewer complaints if the language were Esperanto, because almost nobody would view the page. &#160;And why not Cobol? &#160;Or RPG? &#160;Don&#39;t you know you are offending the Linux community?</p> <p>This has become one of my favorite web sites. &#160;I would like to see it survive and thrive. &#160;It really hurts me when people slam it with bogus unfounded criticism.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JohnYahoo.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jonny75904</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Fri, 02 May 2008 15:04:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001920</guid><description><![CDATA[ <p>Hi Joe,</p> <p>I am trying to use this example to create tabs dynamically. The C# source does not build (it says MyPlaceHolder does not exist in the current context). &#160;</p> <p>I&#39;m fairly stupid and am unable to solve this problem. HELP!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jonny75904.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ansrikanth</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Mon, 19 May 2008 08:01:30 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001921</guid><description><![CDATA[ <p>Hi Joe,</p> <p>I do strongly agree with JohnYahoo... Yes, Video will definetly gives good impact than a simple article, the way you are telling abt each and every line is really impressive.</p> <p>Thats really great job from you..</p> <p>I have already commented about this in the blog..</p> <p>You have gone through a static variable.. which is really dangerous in Web applications( as per my best of knowledge ).. isn&#39;t there any other possiblity w/o using static.. i have tried Session variable but it failed, co&#39;z i read some where that, Session varible will be come into picture after the page gone through complete life cycle.. not at the time preinit..</p> <p>Please do suggest me the work around for this...</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/ansrikanth.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by thanwa</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Wed, 21 May 2008 15:52:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001924</guid><description><![CDATA[ <p>Hi Joe,</p> <p>Your presentation is awesome. Thank you very much. But have you ever got the following error?:</p> <p>===================================</p> <p>System.InvalidOperationException was unhandled by user code</p> <p> &#160;Message=&quot;RegisterRequiresControlState can only be called before and during PreRender.&quot;</p> <p>===================================</p> <p>Error occurs when I try to add new control to PlaceHolder.</p> <p>I used the same approach but I&#39;m working with Gridview instead of Textbox. I can render the page at the first load but when I hit the button to add more Gridview into the page, I got this error. Here is the section of the code I use to add every Gridview to PlaceHolder:</p> <p>===================================</p> <p> &#160; &#160; &#160; &#160;Dim gv As GridView</p> <p> &#160; &#160; &#160; &#160;For Each gv In loadedGridView</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;myPlaceHolder.Controls.Add(gv)</p> <p> &#160; &#160; &#160; &#160;Next</p> <p>===================================</p> <p>loadedGridView is an array of Gridview and I create it during &#160;&quot;OnInit(ByVal e As EventArgs)&quot;.</p> <p>I&#39;m not sure if I should put the whole source code here but if you need to see the full source, I can do it.</p> <p>Thank you,</p> <p>Thanwa</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/thanwa.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jagannath</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Wed, 25 Jun 2008 05:01:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001925</guid><description><![CDATA[ <p>Hi Friends,</p> <p>I would like to need complete video tutorial of expreesion blend,vs2008,silverlight2 beta step by step..</p> <p>Thank u</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/jagannath.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jimdgilbert</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Fri, 27 Jun 2008 17:31:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001926</guid><description><![CDATA[ <p>SergeyS : On April 18, 2008 11:10 PM said:</p> <p>Why video? Why not regular article? </p> <p>Did SergeyS happen to notice that he was in the ASP.NET AJAX Videos › section??</p> <p>Why on Earth would you browse the video section, and then complain because there is a video, IN the video section??</p> <p>Joe, you just keep banging out the videos. &#160;For me, it shaves tons of time off figuring out how to use tools when I watch you step me through them in the videos.</p> <p>Thank you for all you do for us.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jimdgilbert.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by zcumbag</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Wed, 09 Jul 2008 10:33:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001927</guid><description><![CDATA[ <p>What about removing an item? I thought it would be fairly similar but I end up with errors...</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/zcumbag.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mark_bert</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Thu, 17 Jul 2008 16:25:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001928</guid><description><![CDATA[ <p>I&#39;m in process of implementing the ideas in the presentation inside a wizard control with user controls. Regarding several posts in this thread, here are a couple thoughts:</p> <p>1. The use of STATIC for the counters holds the state across multiple users/sessions. I implemented a session variable that seems to be working fine. </p> <p>2. To use user controls, you need to add a reference to the control in your .aspx page like this:</p> <p>&lt;%@ Reference Control=&quot;userControls/myUserControl.ascx&quot; %&gt;</p> <p>Then in your codebehind reference the class from the UC like this:</p> <p>myUserControl offenderAddress = (address)Page.LoadControl(&quot;userControls/myUserControl.ascx&quot; );</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mark_bert.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by lbk</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Mon, 04 Aug 2008 08:48:16 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001929</guid><description><![CDATA[ <p>Hi,</p> <p>I have a problem getting the code to work, when placing the “Add TextBox” button in a tabcontainer, the GetPostBackControl returns null, causing the textbokses to loose content, and no textbokses are added.</p> <p>Everything works fine when the button is placed ouside the tabcontrol.</p> <p>Any ideas?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/lbk.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by John Jiang</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Mon, 04 Aug 2008 15:30:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001930</guid><description><![CDATA[ <p>what this sample has anything to do with Ajax? We can do this in asp.net 1.0</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/John%20Jiang.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Fri, 08 Aug 2008 09:18:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001931</guid><description><![CDATA[ <p>Its a good tutorial thanks....</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JonasButt</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Sat, 16 Aug 2008 20:29:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001922</guid><description><![CDATA[ <p>I don&#39;t really think this a best practice of how one should dynamically add controls to a ASP.NET web page.</p> <p>1. As pointed out in the first comment, using the global counter variable will not work well when multiple users will be using the page simultaneously. Storing this in the Session object would resolve this.</p> <p>2. Furthermore, why would you create such an elaborate piece of code to determine what caused the page request? Isn&#39;t a click event handler of the button fit for this purpose?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JonasButt.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by chan29</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Tue, 02 Sep 2008 13:34:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001923</guid><description><![CDATA[ <p>JonasButt:</p> <p> &#160; &#160;In #2, are you talking about the LoadControl method from the Page object?</p> <p> &#160; &#160;I respect your opinion about this video but I don&#39;t see anything from you that is helping others. Can you post an example on how you would do this?.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/chan29.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JonasButt</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Sat, 06 Sep 2008 12:36:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001932</guid><description><![CDATA[ <p>chan29:</p> <p>I do not specifically mean the LoadControl method call. I mean the entire routine that was demonstrated to detemine which control caused the postback. I would suggest to simply add a Click event handler to the button. When the button is clicked, you can handle the dynamic creation of controls in its event handler.</p> <p>Here is an example:</p> <p>ASPX</p> <p>================================================</p> <p>&lt;asp:Button ID=&quot;addTextBoxControlButton&quot; runat=&quot;server&quot; onclick=&quot;addTextBoxControlButton_Click&quot; Text=&quot;Add TextBox Control&quot; /&gt;</p> <p>&lt;br /&gt;</p> <p>&lt;asp:Panel ID=&quot;dynamicTextBoxesPanel&quot; runat=&quot;server&quot;&gt;&lt;/asp:Panel&gt;</p> <p>CodeBehind C#:</p> <p>================================================</p> <p>protected void addTextBoxControlButton_Click(object sender, EventArgs e)</p> <p>{</p> <p> &#160; &#160;int dynamicTextBoxCounter = Session[&quot;dynamicTextBoxCounter&quot;] == null ? 1 : (int)Session[&quot;dynamicTextBoxCounter&quot;] + 1;</p> <p> &#160; &#160;for (int i = 0; i &lt; dynamicTextBoxCounter; i++)</p> <p> &#160; &#160;{</p> <p> &#160; &#160; &#160; &#160;TextBox newTextBox = new TextBox();</p> <p> &#160; &#160; &#160; &#160;newTextBox.ID = &quot;dynamicText&quot; + (i + 1);</p> <p> &#160; &#160; &#160; &#160;newTextBox.Text = &quot;ID = &quot; + newTextBox.ID;</p> <p> &#160; &#160; &#160; &#160;dynamicTextBoxesPanel.Controls.Add(newTextBox);</p> <p> &#160; &#160;}</p> <p> &#160; &#160;Session[&quot;dynamicTextBoxCounter&quot;] = dynamicTextBoxCounter;</p> <p>}</p> <p>Remember, the point of the video was to &quot;demonstrate a technique to dynamically add an indeterminate number of controls to your web page&quot;. This is exactly what my example demonstrates.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JonasButt.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by evisser</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Sun, 07 Sep 2008 11:55:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001933</guid><description><![CDATA[ <p>I just want to compliment Joe on this video and agree on the comments that are similarly positive on a video approach . Great job done! </p> <p>Especially since I have been strugling with this problem for a number of weeks, on and off adding more and more complexity and then dropping the whole subject.</p> <p>Since I am fairly new I also appreciate the very technical comments that were dropped here. </p> <p>Especially on this Shared use. It leaves indeed a problem for concurrent users, but hey I think I can even find a bypass for that ( I thought about a session variable).</p> <p>One remark though:</p> <p>Is there a dependency on Ajax?</p> <p>I cannot grasp the concept why this has to be AJAX-ed. Appreciate some feedback on that. Maybe I will find out with trial-and-error.</p> <p>-Eric</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/evisser.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pitikpiyik</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Tue, 16 Sep 2008 03:02:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001934</guid><description><![CDATA[ <p>all of the video are cool...</p> <p>i want to ask about my problem with adding dynamic control...i cant find the control inside tab container in nested masterpage (2 masterpage) cant u help me to resolve this problem, i try to use many way in this forums but still cant find the solution...please help me and reply my message as soon as posibble</p> <p>thx </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/pitikpiyik.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by marko</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-to-dynamically-add-controls-to-a-web-page</link><pubDate>Thu, 16 Oct 2008 14:59:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001935</guid><description><![CDATA[ <p>how to do that for usercontrol</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/marko.jpg?forceidenticon=false&amp;dt=635050846800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>