New Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way I can redirect from PageA to PageB and have PageB open up in a
new window?

I see that in 2.0 the button has a new property which is the "postbackURL",
but I am guessing that I should not use this if I want to allow the user to
have open multiple PageB while having a single PageA...The values in PageA
would only be applicable to the "current" PageB....have I got that right?

So if I wanted to use a html anchor tag to open up PageB in a new window,
how would I do this...
 
The typical way this is done is to do a redirect/transfer and use
window.open pointed at the aspx page, sized accordingly.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 
Back
Top