<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>Search results matching tag 'iframe'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=iframe&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'iframe'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Embed SharePoint Calendar in webpage</title><link>http://forums.asp.net/thread/3543769.aspx</link><pubDate>Wed, 02 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3543769</guid><dc:creator>fyathyrio8</dc:creator><description>&lt;p&gt;So... as you may have guessed from the title, I&amp;#39;d like to embed a SharePoint 2003 calendar in a webpage.&amp;nbsp; I&amp;#39;d prefer not to use third-party products.&amp;nbsp; Currently I am just using an iframe that links to the view of the calendar.&amp;nbsp; The only problem with this approach is all of the nav menus.&amp;nbsp; If I could get rid of them... then I&amp;#39;d be pretty content, but I&amp;#39;m open to other ideas.&lt;/p&gt;
&lt;p&gt;Thoughts?&lt;/p&gt;</description></item><item><title>Image icons in Html page flickers when the an ActiveX object is embedded within an iFrame</title><link>http://forums.asp.net/thread/3536045.aspx</link><pubDate>Fri, 27 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3536045</guid><dc:creator>satishj</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have an iFrame which hosts few image icons and an ActiveX component. The image flickers, when the mouse if hovered upon the image icons. I tried&amp;nbsp;setting AllowTransparency = true in the iFrame as suggested by&amp;nbsp;a site,&amp;nbsp; but in vain. Any solutions?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Satish&lt;/p&gt;</description></item><item><title>Re: BadRequest Error while sending long Parameter to controller methods</title><link>http://forums.asp.net/thread/3535446.aspx</link><pubDate>Fri, 27 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3535446</guid><dc:creator>saravanacm</dc:creator><description>&lt;p&gt;I have solved this problem(lengthy string in the action URL) by using postback of the asp.net form inside an IFrame. I can able to access the form and its content from an IFrame as follows(only in I.E):&lt;/p&gt;&lt;pre class="c-sharp" name="code"&gt;var frmResult = document.frames[&amp;quot;SORiframe&amp;quot;].document.sresult;
 frmResult.action = postBackURL;
 frmResult.method = &amp;quot;post&amp;quot;;
 frmResult.enabled = true;
 frmResult.submit();&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;I have set the parameter values in the html hidden controls and set the action url dynamically from javascript and submit the form from the javascript itself. In the controller method I have added the following attribute.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[AcceptVerbs(HttpVerbs.Post)]&lt;br /&gt;&amp;nbsp;&lt;br /&gt;In the controller method, I have access the hidden control values using request.form(). I can now store long string in the hidden control and access it without any issues.&lt;/p&gt;
&lt;p&gt;Please note that&amp;nbsp;document.frames won&amp;#39;t work in FireFox. So I have changed it to window.frames[&amp;quot;SORIfrmae&amp;quot;].documet.sresult to access the form inside a IFrame. Also you need to add a name:&amp;#39;SORIframe&amp;#39; in the Iframe definition to this code to be work in firefox.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IFrame PDF links to new window</title><link>http://forums.asp.net/thread/3517884.aspx</link><pubDate>Tue, 17 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3517884</guid><dc:creator>diesel7633</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I know this is more crossing the spectrum of web and pdf (not so much ASP.NET specific) but I&amp;#39;m not sure really where this post would be appropriate.&lt;/p&gt;&lt;p&gt;I have a PDF that is embedded within an IFRAME but there are links within the PDF that when clicked are opening within the iframe.&amp;nbsp; I want just the links inside the iframed PDF to be opened in a new tab/window while any links on the page that aren&amp;#39;t part of the iframe to behave in a standard way of issuing the response in the same window/tab.&lt;/p&gt;&lt;p&gt;Currently we have around 10,000 PDF documents so while it would be much easier to try to do something in JavaScript (if at all possible????) or setting an HTML attribute somewhere, I could possibly write a program to reprocess them but don&amp;#39;t know what the code could be and Google has not been my friend on this issue.&lt;/p&gt;&lt;p&gt;Any advice or insight at all would be greatly appreciated!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Iframe breaking ajax accordian control</title><link>http://forums.asp.net/thread/3511852.aspx</link><pubDate>Fri, 13 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3511852</guid><dc:creator>dannyh</dc:creator><description>&lt;p&gt;this is a strange situation that is&amp;nbsp;driving me insane.&lt;br /&gt;Here is my setup&lt;br /&gt;&lt;br /&gt;Ive got an accordian&amp;nbsp;control for menu in a ascx file on the left of the page.&lt;br /&gt;in in the middle I have another ascx control that has the default home page.&lt;br /&gt;Below that I have a hidden Iframe.&lt;br /&gt;&lt;br /&gt;When an&amp;nbsp;link in the menu is click&amp;nbsp;javascript code runs to hide the menu ascx control and to show the&amp;nbsp;Iframe.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s how it should work atleast.&amp;nbsp;&amp;nbsp;&lt;br /&gt;What is happening is&amp;nbsp;when a&amp;nbsp;header in the&amp;nbsp;menu is clicked to expand it just refreshes the&amp;nbsp;page without&amp;nbsp;expanding.&amp;nbsp;&amp;nbsp;&lt;br /&gt;However, if&amp;nbsp;I&amp;nbsp;put runat=&amp;#39;server&amp;#39; in the Iframe the menu it works but in the initial page load&amp;nbsp;the home page ascx control flashes and then&amp;nbsp;disappears.&amp;nbsp;&amp;nbsp;If you resize the&amp;nbsp;browser window it refreshes and flashes again.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: can i use a web browser control in asp.net?</title><link>http://forums.asp.net/thread/3489043.aspx</link><pubDate>Mon, 02 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3489043</guid><dc:creator>imran maniyar</dc:creator><description>&lt;p&gt;thanks for the relpy &lt;b&gt;hariram,&lt;/b&gt;&lt;/p&gt;&lt;p&gt;i am working on a project in which i need to navigate other websites from my website and display other informations like total time required to download the page etc. Currentlly i am having a big problem to displayother sites in my websites. i cannot use iframes as they are not compatable with https websites. So can u please help me on how i can display other websites in my website..&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>What is the best way to do this? - HELP, ADVISE, IDEAS and CODE APPRECIATED!</title><link>http://forums.asp.net/thread/3486359.aspx</link><pubDate>Fri, 30 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3486359</guid><dc:creator>BigBlueEye</dc:creator><description>&lt;p&gt;Note sure if this is the best place for this but here goes ....&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;I have an ASP.NET application (app A) that opens a modal popup window containing &amp;quot;App B&amp;quot; in an iframe (in a completely seperate domain).&amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;We will pass to &amp;quot;App B&amp;quot; some data including:&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;1. a url of a non-visible page (on app A) that will be used to accept values coming back from App B and will write them to a DB&amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;2. a url of a page were the user will be directed after App B is closed and the values are written to the DB&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;The user will do some things on App B and then they will click a button. In that button click, it needs to:&amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;1. post some data back to App A that will be written to the db&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;2. close the modal popup that contains App B and then redirect the user to a predefined page&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;I do NOT control the architecture of APP B, only that there will be a button click event that posts some data back to APP A.&amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;Management would PREFER that &amp;quot;APP B&amp;quot; be opened in an iframe within a modal popup but if it is not possible I can skip the modal window.&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;Any suggestions, advise, code examples would be GREATLY appreciated. As usual, they want this done yesterday after waiting a year to tell me about it!&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;Please give me some ideas.&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;THANX!&lt;/div&gt;&lt;p&gt;&lt;p&gt;I have an ASP.NET application (app A) that opens a modal popup window containing &amp;quot;App B&amp;quot; in an iframe (in a completely seperate domain).&amp;nbsp;&lt;/p&gt;&lt;p&gt;We will pass to &amp;quot;App B&amp;quot; some data including:&lt;/p&gt;&lt;p&gt;1. a url of a non-visible page (on app A) that will be used to accept values coming back from App B and will write them to a DB&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. a url of a page were the user will be directed after App B is closed and the values are written to the DB&lt;/p&gt;&lt;p&gt;The user will do some things on App B and then they will click a button. In that button click, it needs to:&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. post some data back to App A that will be written to the db&lt;/p&gt;&lt;p&gt;2. close the modal popup that contains App B and then redirect the user to a predefined page&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I do NOT control the architecture of APP B, only that there will be a button click event that posts some data back to APP A.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Management would PREFER that &amp;quot;APP B&amp;quot; be opened in an iframe within a modal popup but if it is not possible I can skip the modal window and just place it in an iframe but I&amp;#39;m open to ideas.&lt;/p&gt;&lt;p&gt;Any suggestions, advise, code examples would be GREATLY appreciated. As usual, they want this done yesterday after waiting a year to tell me about it!&lt;/p&gt;&lt;p&gt;Please give me some ideas.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;THANX!&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>giving an object physical path</title><link>http://forums.asp.net/thread/3475844.aspx</link><pubDate>Sun, 25 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3475844</guid><dc:creator>Rafik_mclad</dc:creator><description>&lt;p&gt;I have a flash object inb my web form that takes pathes of images from an xml the problem is that i have to give the pathes as physical not relative pathes and when i do that the XML node ddosen&amp;#39;t give the object the properties of the image (hight and width) so wn a picture is in a different shap than the object it takes the shap of the object and comes out stretched .... &lt;/p&gt;&lt;p&gt;samples :&amp;nbsp;&lt;/p&gt;&lt;p&gt;the object is as following&lt;br /&gt;&lt;/p&gt;&lt;p&gt; &amp;lt;object classid=&amp;quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot; codebase=&amp;quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&amp;quot; width=&amp;quot;700&amp;quot; height=&amp;quot;600&amp;quot; id=&amp;quot;tech&amp;quot; align=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;allowScriptAccess&amp;quot; value=&amp;quot;sameDomain&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;photos106.swf?xml_path=slides106.xml&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;quality&amp;quot; value=&amp;quot;high&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name=wmode value=&amp;quot;transparent&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;embed src=&amp;quot;photos106.swf?xml_path=slides106.xml&amp;quot; quality=&amp;quot;high&amp;quot; wmode =&amp;quot;transparent&amp;quot; width=&amp;quot;700&amp;quot; height=&amp;quot;600&amp;quot; name=&amp;quot;tech&amp;quot; align=&amp;quot;middle&amp;quot; allowScriptAccess=&amp;quot;sameDomain&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; pluginspage=&amp;quot;http://www.macromedia.com/go/getflashplayer&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/object&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;the XML node is as following&lt;/p&gt;&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt; &lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;slide&lt;/span&gt; &lt;span&gt;id&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;0&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; 
jpegURL&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;http://paradigmegypt.com/ParadigmWebServices_Gallery/ProjectsXMLAndPictures/Beechwood_Filing_Cabinets_and_Closets/ThumbsBeechwood_Filing_Cabinets_and_Closets/(1).jpg&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; d_URL&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;http://paradigmegypt.com/ParadigmWebServices_Gallery/ProjectsXMLAndPictures/Beechwood_Filing_Cabinets_and_Closets/PicturesBeechwood_Filing_Cabinets_and_Closets/(1).jpg&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; transition&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;29&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; 
panzoom&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;1&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; URLTarget&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;0&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; phototime&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;30&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; url&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;http://paradigmegypt.com&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; title&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;NABFCC001&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; width&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;700&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; 
height&lt;/span&gt;&lt;span&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;520&lt;/b&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; /&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;what should i do to prevent that problem???&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problems opening Word/Excel in Iframe</title><link>http://forums.asp.net/thread/3450489.aspx</link><pubDate>Fri, 09 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3450489</guid><dc:creator>diesel7633</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;I have an aspx page that I&amp;#39;m trying to embed a word or excel document within an iframe.&amp;nbsp; PDFs seem to work properly but I can&amp;#39;t seem to get Office documents to display within the page in either Firefox or IE.&amp;nbsp; The issue is that it keeps prompting me to save or open the file which is undesirable.&amp;nbsp; The goal of the page I&amp;#39;m developing is to &amp;quot;preview&amp;quot; a document.&amp;nbsp; I understand that this may not work for everyone as it is enforced client side but the majority of our user base shouldn&amp;#39;t have this be an issue.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m setting the following headers and it is still prompting.&lt;/p&gt;
&lt;p&gt;Content-Type: application/msword&lt;br /&gt;Content-Disposition: inline; filename=&amp;quot;myfile.doc&amp;quot;&lt;/p&gt;
&lt;p&gt;My markup is...&lt;br /&gt;&lt;br /&gt;&amp;lt;iframe id=&amp;quot;previewer&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;&lt;br /&gt;and my code-behind is:&lt;br /&gt;&lt;br /&gt;previewer.Attributes[&amp;quot;src&amp;quot;] = //path to my file.&lt;/p&gt;</description></item><item><title>ajax popupcontroll open aspx and get back data</title><link>http://forums.asp.net/thread/3449453.aspx</link><pubDate>Fri, 09 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3449453</guid><dc:creator>sumitmca.84</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i m opening a aspx page in a popupcontrol using iframe.&amp;nbsp; I want to get back&amp;nbsp;some data from poped page. &lt;/p&gt;
&lt;p&gt;it can be done by using window.opener method when i open the page in a new window.&lt;/p&gt;
&lt;p&gt;but how can it be with popupcontrolextender in ajax. &lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</description></item></channel></rss>