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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:38:45+00:00 2026-05-13T17:38:45+00:00

Whenever i want to add a javascript library programatically, say jquery for example, it

  • 0

Whenever i want to add a javascript library programatically, say jquery for example, it generally involves making sure there is a placeholder at the footer of my page, then calling a codebehind method that will take a link to the src as a parameter and return an htmlgeneric control, which is then added to this placeholder.

Is this still the neatest way to do it, even with .net 4.0 out?

  • 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-13T17:38:45+00:00Added an answer on May 13, 2026 at 5:38 pm

    I think a better way is to use the RegisterStartupScript method:
    http://msdn.microsoft.com/en-us/library/z9h4dk8y.aspx

    And even better in your case RegisterClientScriptInclude:
    http://msdn.microsoft.com/en-us/library/kx145dw2.aspx

    EDIT:
    Here’s a sample of RegisterClientScriptInclude:

    if (!Page.ClientScript.IsClientScriptIncludeRegistered("myJsInclude"))
       Page.ClientScript.RegisterClientScriptInclude("myJsInclude", "myJsFile.js");
    

    EDIT2:
    Here’s a sample of an include with RegisterStartupScript:

    string jsBlock = "<script src='myJsFile.js'></script>";
    
    if (!Page.ClientScript.IsStartupScriptRegistered("myJsInclude"))
       Page.ClientScript.RegisterStartupScript(typeof(string), "myJsInclude", jsBlock, false);
    

    You should add things like language=”text/javascript” to the script tag, but for readability I didn’t add them.

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

Sidebar

Related Questions

I am a jquery/javascript newbie. What I want to do is add a class
Generally whenever i want to push in the changes to remote Git i follow
I want code to run whenever I create a new object. For example, see
In IE 7 and 8, whenever I want edit or add a row to
I want to add/remove urls to sitemaps whenever a user deletes or submits information.
Whenever I want to add a comment to an indented line in vim, I
I want to add notes functionality in myApp in iphone so that whenever i
I'm having some trouble whenever I want to add some text to my div
If I want to add an isEmpty method to all JavaScript arrays, I would
I want to add class active to the <li> whenever specific url is accessed?

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.