<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>It Could Be Done! - All Comments</title><link>http://weblogs.asp.net/ysolodkyy/default.aspx</link><description>the blog about ASP.NET and not only</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: ASP.NET AJAX Extensions and IFRAMEs</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/09/28/asp-net-ajax-extensions-and-iframes.aspx#6357313</link><pubDate>Fri, 04 Jul 2008 10:17:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6357313</guid><dc:creator>srinathreddyGanta</dc:creator><description>&lt;p&gt;Hi , &lt;/p&gt;
&lt;p&gt;I have used the code for I frame &amp;amp; update Panel&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/blogs/ysolodkyy/downloads/iframe.zip"&gt;weblogs.asp.net/.../iframe.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But here My requirement is , When I click on second button &amp;nbsp;in Iframe.aspx, I need to send the value from that page to the lael in UpdatPanel.&lt;/p&gt;
&lt;p&gt;I have Href in my Iframe.aspx. &lt;/p&gt;
&lt;p&gt;This Href Url need to displayed on the Label which is placed in update panel.&lt;/p&gt;
&lt;p&gt;Pls help me out in this regard.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;--Srinath&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6357313" width="1" height="1"&gt;</description></item><item><title>re: Starting</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/09/27/starting.aspx#6343735</link><pubDate>Tue, 01 Jul 2008 06:05:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6343735</guid><dc:creator>sara_23apr</dc:creator><description>&lt;p&gt;Thanks for the &lt;/p&gt;
&lt;p&gt;&amp;quot;Restoring Lost Focus in the Update Panel with Auto Post-Back Controls UpdatePanel control &amp;quot; post.&lt;/p&gt;
&lt;p&gt;It was very Helpful&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6343735" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET AJAX Extensions and IFRAMEs</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/09/28/asp-net-ajax-extensions-and-iframes.aspx#6132523</link><pubDate>Sat, 26 Apr 2008 14:49:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6132523</guid><dc:creator>dannv</dc:creator><description>&lt;p&gt;Works fine when manually clicking the button. I have in codebehind added onload attribute to the body tag of my IFrame, that calls this method in certain situations, but this doesn&amp;#39;t work. &lt;/p&gt;
&lt;p&gt;Any suggestions why..?? &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6132523" width="1" height="1"&gt;</description></item><item><title>Refresh updatepanel from IFrame</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/09/28/asp-net-ajax-extensions-and-iframes.aspx#6132522</link><pubDate>Sat, 26 Apr 2008 14:49:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6132522</guid><dc:creator>ASP.NET AJAX Forum Posts</dc:creator><description>&lt;p&gt;Hi I have found this blog post about refreshing an updatepanel from an IFrame: &lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net"&gt;http://weblogs.asp.net&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6132522" width="1" height="1"&gt;</description></item><item><title>re: Control Builders &amp; ASP.NET Generic Control Classes</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/10/02/control-builders-amp-asp-net-generic-control-classes.aspx#6129735</link><pubDate>Fri, 25 Apr 2008 11:05:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6129735</guid><dc:creator>ysw</dc:creator><description>&lt;p&gt;I think it should help if you introduce some intermediate non-abstract class before your generic control. Tools may try to instantiate base class without your control builder.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6129735" width="1" height="1"&gt;</description></item><item><title>re: Control Builders &amp; ASP.NET Generic Control Classes</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/10/02/control-builders-amp-asp-net-generic-control-classes.aspx#6128257</link><pubDate>Thu, 24 Apr 2008 22:10:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6128257</guid><dc:creator>Florent</dc:creator><description>&lt;p&gt;It works for simple custom controls.&lt;/p&gt;
&lt;p&gt;If your generic control inherit from an abstract class, it doesn&amp;#39;t work... for example, if it&amp;#39;s inherit from BaseDataBoundControl class, an exception is thrown... &lt;/p&gt;
&lt;p&gt;Somebody know how to pass through this ?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6128257" width="1" height="1"&gt;</description></item><item><title>re: Master Page and PreInit</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/10/09/master-page-and-preinit.aspx#6101972</link><pubDate>Tue, 15 Apr 2008 15:42:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6101972</guid><dc:creator>NH</dc:creator><description>&lt;p&gt;It does work under 3.5 as well (note that 3.5 uses the same System.Web). The trick, in my case, was that 3.5 has better support for nested master pages: if you have a nested master, make sure to iterrate all the way to the root before you can access child controls on PreInit (e.g. this.Master.Master).&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6101972" width="1" height="1"&gt;</description></item><item><title>re: Master Page and PreInit</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/10/09/master-page-and-preinit.aspx#6097912</link><pubDate>Mon, 14 Apr 2008 17:58:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6097912</guid><dc:creator>NH</dc:creator><description>&lt;p&gt;Also finding that this does not work in .NET 3.5. However, one thing I&amp;#39;ve noticed is that if you type this.Master in the Immediate window of the IDE, it does have the desired effect. I guess the IDE invocation does a deeper prodding of the object.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6097912" width="1" height="1"&gt;</description></item><item><title>re: Master Page and PreInit</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/10/09/master-page-and-preinit.aspx#6012890</link><pubDate>Sun, 23 Mar 2008 00:50:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6012890</guid><dc:creator>NeedHelp</dc:creator><description>&lt;p&gt;Unfortunately, this trick doesn&amp;#39;t seem to work if the control you are trying to access is also inside an UpdatePanel. Any suggestions?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6012890" width="1" height="1"&gt;</description></item><item><title>re: Master Page and PreInit</title><link>http://weblogs.asp.net/ysolodkyy/archive/2007/10/09/master-page-and-preinit.aspx#5871131</link><pubDate>Wed, 27 Feb 2008 17:04:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5871131</guid><dc:creator>imiv</dc:creator><description>&lt;p&gt;Thank you for answer. You are right in .NET 3.5 your solution works. The reason of my problem was that for master of the page I use nested master. And then I add line MasterPage master = this.Master I get the same error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. But then I add line &amp;nbsp;MasterPage master = this.Master.Master, all work. Thank you very much for help.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5871131" width="1" height="1"&gt;</description></item></channel></rss>