want to open a Url on my aspx page in a panelhttp://forums.asp.net/t/1800531.aspx/1?want+to+open+a+Url+on+my+aspx+page+in+a+panelThu, 10 May 2012 07:46:21 -040018005314967291http://forums.asp.net/p/1800531/4967291.aspx/1?want+to+open+a+Url+on+my+aspx+page+in+a+panelwant to open a Url on my aspx page in a panel <p>hi , i want to open a URL on my aspx page , which i open on click through linkbutton. after clicking on the link button i can open a window , but on the new window i want to open a URL on a specific panel . the panel should work as a browser. for only the URL i entered into my code.</p> <p>please help me.. i am in great problem.......</p> <p>linkbutton code is</p> <p>&lt;tr&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;asp:Panel ID=&quot;pnl_3&quot; runat=&quot;server&quot;&gt;&lt;img id=&quot;img3&quot; src=&quot;../Images/right.png&quot; width=&quot;16px&quot; height=&quot;15px&quot; alt=&quot;&quot;/&gt;&lt;/asp:Panel&gt;&lt;/td&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;3.&lt;/td&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;asp:LinkButton ID=&quot;lnkShowroom&quot; runat=&quot;server&quot; OnClick=&quot;lnkShowroom_Click&quot;&gt;Virtual Showroom - Selling Products&lt;/asp:LinkButton&gt;&lt;/td&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;asp:Label ID=&quot;lbl_3&quot; runat=&quot;server&quot;&gt;&lt;/asp:Label&gt;&lt;/td&gt;<br> &nbsp; &lt;/tr&gt;</p> <p></p> <p></p> <p>for this code&nbsp; a image open on a panel&nbsp; but i dont want to load the image i want to load a URL on a panel. the the URL should be alive.... means working as it works on browser.</p> <p>one more thing , the linkbutton is on a page and the URL will open on the new page... please give me the direction for where to past the code.. means which page . </p> 2012-05-05T22:44:56-04:004967458http://forums.asp.net/p/1800531/4967458.aspx/1?Re+want+to+open+a+Url+on+my+aspx+page+in+a+panelRe: want to open a Url on my aspx page in a panel <p>Try Obout Open URL on click</p> <p><a href="http://www.obout.com/splitter/ex_loadingpages_loadPage.aspx">http://www.obout.com/splitter/ex_loadingpages_loadPage.aspx</a></p> 2012-05-06T07:21:19-04:004967547http://forums.asp.net/p/1800531/4967547.aspx/1?Re+want+to+open+a+Url+on+my+aspx+page+in+a+panelRe: want to open a Url on my aspx page in a panel <p>Hello,</p> <p>Use iframes for that.</p> <pre class="prettyprint">&lt;iframe id=&quot;iFrameID&quot; runat=&quot;server&quot; src=&quot;http://www.asp.net&quot;&gt;&lt;/iframe&gt;</pre> <p><br> <br> </p> 2012-05-06T10:02:52-04:004967881http://forums.asp.net/p/1800531/4967881.aspx/1?Re+want+to+open+a+Url+on+my+aspx+page+in+a+panelRe: want to open a Url on my aspx page in a panel <p>thanks man... its working fine.</p> <p></p> 2012-05-06T20:10:46-04:004973414http://forums.asp.net/p/1800531/4973414.aspx/1?Re+want+to+open+a+Url+on+my+aspx+page+in+a+panelRe: want to open a Url on my aspx page in a panel <p></p> <blockquote><span class="icon-blockquote"></span> <h4>Ruchira</h4> <p></p> <pre class="prettyprint">&lt;iframe id=&quot;iFrameID&quot; runat=&quot;server&quot; src=&quot;http://www.asp.net&quot;&gt;&lt;/iframe&gt;</pre> <p></p> </blockquote> <p></p> <p>can u tell me ..how can i make the frame Auto adjustable ..according to the size of the page....&nbsp;</p> 2012-05-09T20:34:06-04:004974052http://forums.asp.net/p/1800531/4974052.aspx/1?Re+want+to+open+a+Url+on+my+aspx+page+in+a+panelRe: want to open a Url on my aspx page in a panel <p>Hi,</p> <p>Google/Bing the keywords &quot;adjust the height in iframe for cross domain&quot; (without quotes). Try out the solutions in first links. There are many ways to do this. Since your initial problem is solved now, please mark the answers which have helped you and start new threads for your new issues.</p> <p>Thanks.</p> 2012-05-10T07:46:21-04:00