<?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>Web Forms</title><link>http://forums.asp.net/18.aspx</link><description>All about building ASP.NET Pages - server controls, events, validation, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Is it possible to open a redirect in a new window</title><link>http://forums.asp.net/thread/2593994.aspx</link><pubDate>Tue, 02 Sep 2008 04:17:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2593994</guid><dc:creator>janebush08</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2593994.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=2593994</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Wow thanks Partha... great job &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Is it possible to open a redirect in a new window</title><link>http://forums.asp.net/thread/1929750.aspx</link><pubDate>Thu, 27 Sep 2007 13:11:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1929750</guid><dc:creator>mcp111</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1929750.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1929750</wfw:commentRss><description>&lt;p&gt;Here&amp;#39;s a cool function that does this.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://weblogs.asp.net/infinitiesloop/archive/2007/09/25/response-redirect-into-a-new-window-with-extension-methods.aspx"&gt;http://weblogs.asp.net/infinitiesloop/archive/2007/09/25/response-redirect-into-a-new-window-with-extension-methods.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Is it possible to open a redirect in a new window</title><link>http://forums.asp.net/thread/1921841.aspx</link><pubDate>Sat, 22 Sep 2007 13:40:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1921841</guid><dc:creator>HosamKamel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1921841.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1921841</wfw:commentRss><description>&lt;p&gt;Response.Redirect run on the server you have to use client script to open the window &lt;/p&gt;&lt;p&gt;you can use JavaScript window.Open()&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="highlight4"&gt;window&lt;/span&gt;.open(&amp;#39;page.html&amp;#39;, &amp;quot;_blank&amp;quot;); &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;or from server side &amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;
response.write(&amp;quot;&amp;lt;script&amp;gt;&amp;quot;);&lt;br /&gt;
response.write(&amp;quot;window.open(&amp;#39;page.html&amp;#39;,&amp;#39;_blank&amp;#39;)&amp;quot;);&lt;br /&gt;
response.write(&amp;quot;&amp;lt;/script&amp;gt;&amp;quot;); &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Is it possible to open a redirect in a new window</title><link>http://forums.asp.net/thread/1921837.aspx</link><pubDate>Sat, 22 Sep 2007 13:33:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1921837</guid><dc:creator>mbanavige</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1921837.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1921837</wfw:commentRss><description>&lt;p&gt;no.&lt;/p&gt;
&lt;p&gt;The redirect is a response that is always sent back from the server&amp;nbsp;to the window making the request.&lt;/p&gt;
&lt;p&gt;opening a new window is something that must be initiated at the client.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Is it possible to open a redirect in a new window</title><link>http://forums.asp.net/thread/1921834.aspx</link><pubDate>Sat, 22 Sep 2007 13:29:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1921834</guid><dc:creator>Jackxxx</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1921834.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1921834</wfw:commentRss><description>&lt;p&gt;Is it possible to open a response.redirect in a new window?&lt;/p&gt;
&lt;p&gt;&lt;span class="kwd"&gt;&lt;span class="kwd"&gt;Protected Sub&lt;/span&gt; btnPrintablePage_Click(&lt;span class="kwd"&gt;ByVal&lt;/span&gt; sender &lt;span class="kwd"&gt;As Object&lt;/span&gt;, &lt;span class="kwd"&gt;ByVal&lt;/span&gt; e &lt;span class="kwd"&gt;As&lt;/span&gt; System.EventArgs) &lt;span class="kwd"&gt;Handles&lt;/span&gt; btnPrintablePage.Click&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect(&lt;span class="st"&gt;&amp;quot;../PrintablePages/sqlPrint.aspx?ClientID={0}&amp;quot;&lt;/span&gt;)&lt;br /&gt;&lt;span class="kwd"&gt;End Sub&lt;/span&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;&amp;nbsp;</description></item></channel></rss>