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. General Programming
  3. C#
  4. datagridview using c#

datagridview using c#

Scheduled Pinned Locked Moved C#
csharpquestion
4 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.
  • K Offline
    K Offline
    kulandaivel_mca2007
    wrote on last edited by
    #1

    how can i find the checkbox is checked or not..... present inside the datagridview... send me sample coding..

    B A 2 Replies Last reply
    0
    • K kulandaivel_mca2007

      how can i find the checkbox is checked or not..... present inside the datagridview... send me sample coding..

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      Checkbox must be in some ItemTemplatefield in gridview.It must be server side.Get the control by its ID in cs file and find whether it is checked or not.

      Cheers!! Brij

      K 1 Reply Last reply
      0
      • B Brij

        Checkbox must be in some ItemTemplatefield in gridview.It must be server side.Get the control by its ID in cs file and find whether it is checked or not.

        Cheers!! Brij

        K Offline
        K Offline
        kulandaivel_mca2007
        wrote on last edited by
        #3

        sorry

        1 Reply Last reply
        0
        • K kulandaivel_mca2007

          how can i find the checkbox is checked or not..... present inside the datagridview... send me sample coding..

          A Offline
          A Offline
          andhare
          wrote on last edited by
          #4

          Refer Below snippet bool bflag; checkbox chk=-(checkbox)datagridview1.cell[2].findcontrol("checkbox1"); bflag=chk.checked; find the checkbox control in the gridview in the particular cell. Now as per above code the chk is your control name.You can use the chk.checked property for your purpose. Regards, Suyash

          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