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 to access data of gridview outside of gridview

how to access data of gridview outside of gridview

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
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.
  • M Offline
    M Offline
    mohd imran abdul aziz
    wrote on last edited by
    #1

    Dear all , I am using C# ,asp.net2.0 I am making question list (as question are dynamic) I list in gridview and inside gridview dropdownlist populated with possible response. Now I have to fetch each row of gridview and user response against it on button click outside of gridview Please suggest some link or ideas Thank you

    regards imran khan

    M 1 Reply Last reply
    0
    • M mohd imran abdul aziz

      Dear all , I am using C# ,asp.net2.0 I am making question list (as question are dynamic) I list in gridview and inside gridview dropdownlist populated with possible response. Now I have to fetch each row of gridview and user response against it on button click outside of gridview Please suggest some link or ideas Thank you

      regards imran khan

      M Offline
      M Offline
      Masood Kochi SSF
      wrote on last edited by
      #2

      Try it..Wait for good Solution... Under button Click for(int i=0;i<=gridview.rows.count-1;i++) { string answer=gridview.rows[i].cells[index].text; }

      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