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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:58:12+00:00 2026-05-31T13:58:12+00:00

I use VS2010,C# for ASP.NET development, I’ve written a small Javascript function that enables

  • 0

I use VS2010,C# for ASP.NET development, I’ve written a small Javascript function that enables an initially disabled button only after user inputs a phrase in a text box (this text box should not be empty), it works fine but there is a small problem, button is not enabled exactly when user types words, he should press tab or click on the screen so that button gets enabled! here is my JS function:

       <script type="text/javascript" >
       function onWeightChange() {
           document.getElementById('btnFinish').disabled = true;
           document.getElementById('btnConfirmQuestion').disabled = true;
           if (document.getElementById('txtWeight').value != "") {
               document.getElementById('btnFinish').disabled = false;
               document.getElementById('btnConfirmQuestion').disabled = false;
           }
       }
</script>

and I call my JS in codebehind in the following way:

            txtWeight.Attributes.Add("onchange", "return onWeightChange();");

what is going wrong here? I want my buttons to get enabled right after text is entered in textbox, and there should not be any need to change focus from textbox

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-31T13:58:13+00:00Added an answer on May 31, 2026 at 1:58 pm

    onchange fires when the user leaves the element, it does not fire when the element has focus.

    You need to use a key event, either onkeypress or onkeyup in combination with the onchange event. You need the onchange event since it is possible to change the value of the control without key presses!

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

Sidebar

Related Questions

I use VS2010, C# to develop ASP.NET web app, I create some sessions in
I use VS2010, C#, ASP.NET; I read some data from SQL server and fill
I'm trying to deploy an ASP.NET MVC 2 app using MsDeploy. I use VS2010
I use VS2010,C# to develop ASP.NET web app, I have some two text boxes,
I use VS2010/C# to develop an ASP.NET web app, I've used a big background
I use VS2010,C# to develop my ASP.NET web app, also I use SQL Server
I use VS2010,C# to develop an ASP.NET web app, I'm going to implement a
Possible Duplicate: Why always close Database connection? I usually use VS2010 and ASP.NET to
I use VS2010,C# to develop my ASP.NET web app, I'm creating a vote page
I use VS2010,C# to develop my ASP.NET web app, I've created an asp.net hyperlink

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.