Server.transfer as pop out

Last post 02-09-2010 8:23 AM by sonu. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 02-03-2010 9:03 PM

    • Julia
    • Top 150 Contributor
    • Joined on 01-20-2010
    • Wannabe Slacker
    • Points 98

    Server.transfer as pop out

    Is it possible if i use server.transfer for po pout windows?? 

  •  Advertisement

    Featured Advertisement

     
  • 02-04-2010 8:22 AM In reply to

    • sonu
    • Top 10 Contributor
    • Joined on 05-22-2006
    • Montreal / Canada
    • Slacker
    • Points 12,183
    • MVP

    Re: Server.transfer as pop out

    Server.Transfer is usually used to redirect the user to a different page. To open a popup you would need to define the appropriate javascript in your aspx page. Is that what you mean?

    [MVP since 2005] [MCAD]
    Webmaster of DotNetSlackers
    Question or Suggestion?
    Feel free to ask my any .NET question
    Our Posting FAQ
  • 02-08-2010 8:57 PM In reply to

    • Julia
    • Top 150 Contributor
    • Joined on 01-20-2010
    • Wannabe Slacker
    • Points 98

    Re: Server.transfer as pop out

     that's what i meant..and at the same time i have to pass values from the existing page to the pop out window.

  • 02-09-2010 8:23 AM In reply to

    • sonu
    • Top 10 Contributor
    • Joined on 05-22-2006
    • Montreal / Canada
    • Slacker
    • Points 12,183
    • MVP

    Re: Server.transfer as pop out

    In that case you will need to pass the values by using a querystring.

    [MVP since 2005] [MCAD]
    Webmaster of DotNetSlackers
    Question or Suggestion?
    Feel free to ask my any .NET question
    Our Posting FAQ
Page 1 of 1 (4 items)