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. grid view cell value

grid view cell value

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

    i want to get a value of cell where check box is clicked. and geeting an error of Oject Refence is not set to an instance of an object. plz tell how i can get a value foreach (GridViewRow row in GridView1.Rows) { bool result = ((CheckBox)row.FindControl("CheckBox1")).Checked; if (result) { //error is Oject Refence is not set to an instance of an object. String id = ((TextBox)row.Cells[0].FindControl("TextBox1")).Text; } }

    V 1 Reply Last reply
    0
    • I iramg

      i want to get a value of cell where check box is clicked. and geeting an error of Oject Refence is not set to an instance of an object. plz tell how i can get a value foreach (GridViewRow row in GridView1.Rows) { bool result = ((CheckBox)row.FindControl("CheckBox1")).Checked; if (result) { //error is Oject Refence is not set to an instance of an object. String id = ((TextBox)row.Cells[0].FindControl("TextBox1")).Text; } }

      V Offline
      V Offline
      Venkatesh Mookkan
      wrote on last edited by
      #2

      Please check the RowType before you use FindControl function. I think you are searching the CheckBox in HeaderRow. Use FindControl when the RowType is an Item.

      Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group

      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