Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. RegisterClientScriptInclude Question

RegisterClientScriptInclude Question

Scheduled Pinned Locked Moved ASP.NET
javascriptquestioncsharpasp-net
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    davebarkshire
    wrote on last edited by
    #1

    Hello, I'm trying to register two javascript files in my asp.net page and have found that it only registers one of them (always the last one). Is there a way to make it register several js pages programatically? :confused:

    ClientScriptManager objClientScript = Page.ClientScript;

    objClientScript.RegisterClientScriptInclude("objMainScript",
    "../Javascript/neutralMain.js");

    objClientScript.RegisterClientScriptInclude("objMainScript",
    "../Javascript/Wizards.js");

    Z 1 Reply Last reply
    0
    • D davebarkshire

      Hello, I'm trying to register two javascript files in my asp.net page and have found that it only registers one of them (always the last one). Is there a way to make it register several js pages programatically? :confused:

      ClientScriptManager objClientScript = Page.ClientScript;

      objClientScript.RegisterClientScriptInclude("objMainScript",
      "../Javascript/neutralMain.js");

      objClientScript.RegisterClientScriptInclude("objMainScript",
      "../Javascript/Wizards.js");

      Z Offline
      Z Offline
      Zakir Hoosen
      wrote on last edited by
      #2

      hi Have you tried changing the key name (objMainScript) Hope this helps/ www.fuzzelogicSolutions.com

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups