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. How can I pass value from codebehind to javascript?

How can I pass value from codebehind to javascript?

Scheduled Pinned Locked Moved ASP.NET
questionjavascriptsysadmin
4 Posts 4 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.
  • H Offline
    H Offline
    horvat
    wrote on last edited by
    #1

    I need solution for passing value from server side code (codebehind) to client side code in javascript.:~

    C O V 3 Replies Last reply
    0
    • H horvat

      I need solution for passing value from server side code (codebehind) to client side code in javascript.:~

      C Offline
      C Offline
      ChrisWFL
      wrote on last edited by
      #2

      Inject the value into the javascript before you send it, or inject a hidden form field with the value and read it from the javascript. Do that with Page.RegisterHiddenField(HiddenFieldName, HiddenFieldValue); Access it with document.formname.HiddenFieldName

      1 Reply Last reply
      0
      • H horvat

        I need solution for passing value from server side code (codebehind) to client side code in javascript.:~

        O Offline
        O Offline
        one_puppy
        wrote on last edited by
        #3

        You can access direct your variable in codebehind don't need to use hidden field. You can declare a global variables in codebehind and in javascript you can access it. Example: //In the code behind declare a global variables of your page public string strVar = ""; // //In javascript you can access it by; var strVar = <%=strVar%>; Welcome to my website: www.qitt.com You can win if you want

        1 Reply Last reply
        0
        • H horvat

          I need solution for passing value from server side code (codebehind) to client side code in javascript.:~

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          H horwat, Perhaps this article should help you: http://www.codeproject.com/useritems/Rendering_ClientScripts.asp Deepak Kumar Vasudevan http://deepak.portland.co.uk/

          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