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. JavaScript
  4. javascript

javascript

Scheduled Pinned Locked Moved JavaScript
javascriptcsshelp
3 Posts 3 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.
  • M Offline
    M Offline
    Member 11321878
    wrote on last edited by
    #1

    hi everyone can anybody help me for below functionality
    i have button and grid on webform1 and i need to transfer data from gridview(seleted row) to webform2 using javascript.

    A A 2 Replies Last reply
    0
    • M Member 11321878

      hi everyone can anybody help me for below functionality
      i have button and grid on webform1 and i need to transfer data from gridview(seleted row) to webform2 using javascript.

      A Offline
      A Offline
      Afzaal Ahmad Zeeshan
      wrote on last edited by
      #2

      You can use Ajax[^]... Web Sockets[^]... LocalStorage[^] and many other options to share your data from one form to another.

      The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

      1 Reply Last reply
      0
      • M Member 11321878

        hi everyone can anybody help me for below functionality
        i have button and grid on webform1 and i need to transfer data from gridview(seleted row) to webform2 using javascript.

        A Offline
        A Offline
        Anurag Gandhi
        wrote on last edited by
        #3

        1. On click of your button, call a javascript function. 2. Get the gridview row data in Javascript variable (probably from dom attribute). 3. Put the data in Webform2 url query string. 4. In your webform2, read the data from query string. Hope this helps.

        Life is a computer program and everyone is the programmer of his own life.

        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