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. transfer a key value from a page to a popup page "on selected index change" of a gridview

transfer a key value from a page to a popup page "on selected index change" of a gridview

Scheduled Pinned Locked Moved ASP.NET
databasehelp
5 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.
  • S Offline
    S Offline
    saurabh8april
    wrote on last edited by
    #1

    hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out......

    S N S A 4 Replies Last reply
    0
    • S saurabh8april

      hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out......

      S Offline
      S Offline
      sarang_k
      wrote on last edited by
      #2

      if u use linkbutton you can send the value by using its property commantargument.

      1 Reply Last reply
      0
      • S saurabh8april

        hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out......

        N Offline
        N Offline
        Nishant Singh
        wrote on last edited by
        #3

        Call a javascript function on change of DropDown and use window.open in that , and pass whatever value you need to as querystring Regards Nishant

        1 Reply Last reply
        0
        • S saurabh8april

          hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out......

          S Offline
          S Offline
          saurabh8april
          wrote on last edited by
          #4

          as i told u guys, i am using asp:HyperLinkField. now can u tell me how to transfer the value on slected index change of the gridview. kindly help me out...........its urgent. thanks

          1 Reply Last reply
          0
          • S saurabh8april

            hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out......

            A Offline
            A Offline
            Anudeep Jaiswal
            wrote on last edited by
            #5

            if u r using anchor tag then during binding inside gridview . u can send by using query string.. in anchor tag href='<%# "PageName.aspx?Aid="+Eval("ID") %>'

            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