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. solution for getting postback data in gridview in PopupControlExtender in another gridview

solution for getting postback data in gridview in PopupControlExtender in another gridview

Scheduled Pinned Locked Moved ASP.NET
help
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.
  • B Offline
    B Offline
    Be_Aman
    wrote on last edited by
    #1

    hello everybody. I have a gridview having linkbutton inside template columns based on clicking a linkbutton some data to be fetched and to be displayed in an internal gridview(inside template field)in PopupControlExtender. i was trying a lot but spite of existance of data,the internal gridview (inside PopupControlExtender) does not being displayed . any help will be greate appriciatable ...... thanking u all.....

    E 1 Reply Last reply
    0
    • B Be_Aman

      hello everybody. I have a gridview having linkbutton inside template columns based on clicking a linkbutton some data to be fetched and to be displayed in an internal gridview(inside template field)in PopupControlExtender. i was trying a lot but spite of existance of data,the internal gridview (inside PopupControlExtender) does not being displayed . any help will be greate appriciatable ...... thanking u all.....

      E Offline
      E Offline
      Elayaraja Sambasivam
      wrote on last edited by
      #2

      write a javascript function like below. //index should be table row index. functoin showvalues(index) { //read the cell content like //tablename.rows[index].cells[hiddencolumnindex].innerText //hidden column cell can have the values , what you want to show for this row. show this values, whare you want. } call this function from linkbutton.

      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