CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Open PopUp

  1. #1
    Join Date
    Sep 2005
    Posts
    63

    Talking Open PopUp

    Hi All,
    from an Page1.aspx i want to open Page2.aspx page in another window of browser. How can i do this in c#? Thanks

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: Open PopUp

    use javascript
    window.open();

    heres an example of how to do it.

    http://www.aspnetresources.com/blog/...le_popups.aspx

    hth,
    mcm
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured