Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6391245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:38:54+00:00 2026-05-25T03:38:54+00:00

I want to open a new aspx page when a button pressed by the

  • 0

I want to open a new aspx page when a button pressed by the user that use the app.

until now I used Response.Redirect but now I want that the previous page will stay in the background, and that the new popup will present only table data, without postback.

Does it possible?
thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:38:55+00:00Added an answer on May 25, 2026 at 3:38 am

    Does it have to be a button? If it’s just a link then you can set its target attribute to open the URL in a new window (or tab, it’s up to the browser). Something like this:

    <a href="popup.aspx" target="_blank">click here</a>
    

    If it has to be a button, then you can open the new window with JavaScript.

    But there’s really no way for the server-side code to tell the browser to open a new window. It all has to translate on the client-side in the end because the browser is the part that’s opening the window.

    On a side note, for better UX you might want to consider using something like the jQuery UI Dialog instead of a pop-up. It’s not only nicer from the user’s perspective but I find that it’s easier from a development perspective because it allows you to keep your pop-ups for a page on the page itself, so you don’t have to worry about the exact issue you’re facing now.

    Essentially you’d load your pop-up’s data (either on page load or by AJAX when it’s called) into a hidden div and just show that div to the user when they click a button. The jQuery UI plugin just styles it nicely for you and handles modality and things like that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use response.redirect to open page in new window or tab. I
I want to be able to click a button and open a new form
I've opened a new window with window.open() and I want to use the reference
I want to open a file dialog box in user control. I used using
I am new to ASP. I want to make an ASP page that would
I've got a simple (inline) ASPX page that is ouputting XML. I want to
I want to open a save file dialog, have the user enter a filename,
I have a page located at x.com. On this page is a button that,
I have a button on a web page that when clicked connects to my
Dear Expert i have a aspx apge in which i want to open a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.