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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:43:53+00:00 2026-06-11T21:43:53+00:00

I have an ASP.NET web site. I want a user to make a decision

  • 0

I have an ASP.NET web site. I want a user to make a decision and click one of the given buttons within a certain amount of time and redirect him to another page. If he didn’t make a decision, he still will be redirected with “no choice made” mark in my head.

I use asp:Timer to initiate postback after time is up. I’m doing redirect by calling Response.Redirect('page.html', false) in Page_Load handler. In this case I can handle button_click or timer_tick events before actually redirecting. After one of those events is processed, page is rendered and redirect is done.

But I have two problems. First, if input is processed long enough, second timer’s tick is triggered, new postback initiated, and my current is canceled! Second, if user click a button just before the time is up, the timer tick occurs before redirect is done and it again overrides handling of user click!

How can I resolve these issues? How can I disable timer on client side after the first tick is triggered or after a user have clicked a button? Or what is the better way of solving my task? 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-06-11T21:43:54+00:00Added an answer on June 11, 2026 at 9:43 pm

    I got the solution for both problems.

    1. I placed asp:Timer inside an asp:UpdatePanel control. This is the right thing to do in my case since I don’t need to refresh entire page before the next question. But I discovered that in this case ticks from timer don’t interfere with each other.

    2. As described here, I can disable asp:Timer using javascript like this:

      $find("TimerMaxJudgeTime")._stopTimer();
      

      Then I bind this to my buttons’ onclick event and I’m done. Since timer is placed inside an UpdatePanel, it is autmatically recreated and enabled after a postback.

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

Sidebar

Related Questions

Im developing asp.net c# web site where i want to make user authentication. without
In my ASP.Net Web Site I have a button.When I click the button and
I have a asp.net web site that was developed on the .Net Framework v2
I have an ASP.Net web site (ASPX and ASMX pages) with a single web.config
I have a asp.net web site built with .net 2.0 framework. we recently purchased
I have an ASP.NET Web Forms web site. It has a page inside of
I have an ASP.NET web site with something similar to the following code: .aspx
I have an ASP.NET MVC web site. I have many actions which require authentication
I have an ASP.NET 3.5 Web Site using the standard SQL Membership Provider. The
I have the following error with my ASP.NET web site. I have just moved

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.