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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:59:08+00:00 2026-05-27T07:59:08+00:00

I am new to JavaScript and having a slight issue figuring out when events

  • 0

I am new to JavaScript and having a slight issue figuring out when events fire. Here is the situation. I am writing an ASP.Net application. In my code behind, in the Page_Load() I have some code. I need this code to execute first. After this code has finished executing, then I need my JavaScript to execute.

Is there an event or something that exists that insures the code will execute in that order?

  • 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-27T07:59:08+00:00Added an answer on May 27, 2026 at 7:59 am

    The simplest way would be to add your function call to your body’s onload event

    <body onload="yourFunction()">
    
    function yourFunction() {
    }
    

    Alternatively, you could also place some script at the very end of your body. Any script in here will be executed after the body is processed. You’ll be able to do things like

    var divElement = document.getElementById("divId");
    

    without it coming back as null.

    EDIT

    I didn’t see jQuery tagged on your question, but, if you happen to be using it, you can also do this:

    $(document).ready(function() {
        //dom is ready
    });
    

    or more simply:

    $(function() {
        //dom is ready
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's my situation: I have a UserBadge object in ASP.NET, it contains 3 fields,
I am very new to javascript and I am having issues with timing out
I am somewhat new to JavaScript, and have been having an issue with a
I'm new to Javascript and am having a bit of an issue with using
I'm new to HTML5/Javascript and am having a conceptual issue I think. I'm using
I'm new to jquery and javascript in general so I'm having some trouble figuring
New to javascript/jquery and having a hard time with using this or $(this) to
I have been developing a new JavaScript application which is rapidly growing in size.
I am new to JavaScript (but not programming) and am having a difficult time
I am fairly new to javascript and DOM and I am having a problem

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.