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 8350989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:29:33+00:00 2026-06-09T08:29:33+00:00

What I could use to solve the problem: C# , ASP.NET , Javascript .

  • 0

What I could use to solve the problem: C#, ASP.NET, Javascript.

2 Webpages: Index.aspx – Work.aspx.

Index.aspx: Stadistics and info about the work they’re going to do once they hit the link that redirects them to Work.aspx.

Work.aspx: Start working with clients.

So, what I need to accomplish is a single instance of Work.aspx. Because while they are working with Work.aspx, Index.aspx is still open (they need to research data and stuff), but if they hit the link for Work.aspx they get to open another instance and that’s not what I want.

I don’t know what’s the best way for accomplishing this since all Ive found on Mutex is based on winforms. (if it happens to be that you have some link with info for handling mutex in a webform then I may be able to start there, but I havent found that yet)

Any help would be very much appreciated.
Thanks.

EDIT.
Work.aspx is a popup, so employees have both webforms open at the same time.

  • 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-06-09T08:29:35+00:00Added an answer on June 9, 2026 at 8:29 am

    If I understand what you’re asking, you might try using the Hyperlink.Target property to always open Work.aspx in the same named window.

    <asp:Hyperlink runat="server" ... NavigateUrl="Work.aspx" Target="work" ... />
    

    Update in response to comment

    they trigger a few things in order to populate Work.aspx with the info they need …

    What you need to do is “remember” the state of Work.aspx server-side, e.g. by storing state data in Session (or somewhere else: e.g. a database). Then each time Work.aspx is requested, render a version with the appropriate state.

    What I can think of right now is: When they open work.aspx for the first time. Set a Session variable to true. And every next time they hit START-WORKING again, check that session variable beforehand to know if they are allowed or not. Were you refering to something like this Joe?

    I think they should always be “allowed” to open a new Work.aspx. After all, the user may have closed the previous Work.aspx window, and you won’t know about this server-side. You should always allow the user to “start working” – but display Work.aspx with the most recent state, which you’ve saved somewhere server-side (e.g. Session).

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

Sidebar

Related Questions

it seems that I just solved my problem why I couldn't use the ASP.NET
I'm attempting to eliminate the duplication accross two ASP.NET web projects that use exactly
This is a question about asp.net WebForms and sessionstate. I know this is probably
I am building a ASP.NET MVC application where I use the following flow :
I'm starting to use Asp.net MVC. It is recommended to use the <% and
I use Asp.net 4 C# and MicrosoftAjax Minifier. Please look at my code here;
While I'm just starting with ASP.NET MVC and jQuery, I cannot even solve a
I use VS 2010 Ultimate. I created an 'asp.net web application' from scratch, added
I'm about to kick off a new project using NHibernate and ASP.Net MVC and
I could use another pair of eyes. This script does what I want in

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.