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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:00:11+00:00 2026-05-26T05:00:11+00:00

I have an Ajax timer, where I have the following code !!! strong text

  • 0

I have an Ajax timer, where I have the following code !!!strong text

   protected void Timer1_Tick(object sender, EventArgs e)
    {

        TimeSpan time2 = new TimeSpan();
        time2 = (DateTime)Session["Qtime"] - DateTime.Now;
        if (time2.Seconds <= 10 && time2.Minutes == 0)
        {
            ***if (time2.Seconds <= 0)
            {

                btn_submit.Enabled = false;
                lbl_next.Text = "Please Go for next question!!";


            }***
            else
            {
                lbl_qstntime.Text = "[ " + time2.Seconds + " S ]";
                lbl_qstntime.BackColor = Color.Red;

                //lbl_qstntimedesc.BackColor = Color.Red;
            }

        }
        else
        {
            lbl_qstntime.Text = "[ " + time2.Seconds + " S ]";
        }
    }

The problem is when the seconds == 0 I am trying to disable one button, that is btn_submit.Enabled = false;
lbl_next.Text = “Please Go for next question!!”;

However that is not working Till I click any button (Including My submit button) in the page…

Can anyone tell me how can I achieve it, everything else is working just great 🙁

Requirement : “When variable seconds become 0 or l disable my Button “. Currently until I did not click any button it is not happening.

Thanks,
Jithu

  • 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-26T05:00:12+00:00Added an answer on May 26, 2026 at 5:00 am

    As @YuriyRozhovetskiy told I did not put the btn_submit inside the Update Panel. After putting the button inside update panel everything worked pretty well.

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

Sidebar

Related Questions

Let's say I have the following code: protected void ReservationForm() { double x =
The following code inside the tags gives error: Object Expected. <!-- JQuery/AJAX--> <script type=text/javascript>
In my javascript code I have the following: function SelectTopics() { $.ajax({ url: /Administration/Loc/SelectTopics,
I have the following code: $.ajax({ type: POST, url: url, data: sendable, dataType: json,
I have the following code . var last_id = ''; $('.products').each(function(){ $.ajax({ type: POST,
I have the following code in my Ajax, which executes a page reload function
I have ajax code for asp.net (non-mvc) to call to a webMethod to get
With ASP.NET MVC, it is common to have AJAX code(e.g. jQuery) to invoke web
I have the following code that is really bugging me, I'm thinking perhaps the
I am using the following code to capture all the AJAX calls being made

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.