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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to get the particular column data in a datagrid when i check the checkbox in one of the columns of the grid

how to get the particular column data in a datagrid when i check the checkbox in one of the columns of the grid

Scheduled Pinned Locked Moved ASP.NET
csharpcssasp-nettutorialquestion
4 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
    M Ramesh
    wrote on last edited by
    #1

    i have datagrid with paging (page no) In that datagrid one column contains check box. can we make the checked state remains checked while traversing different pages in datagrid. how can i get the values of particular column which are in checked give the answer for this in asp.net 1.1 m.ramesh

    V 1 Reply Last reply
    0
    • M M Ramesh

      i have datagrid with paging (page no) In that datagrid one column contains check box. can we make the checked state remains checked while traversing different pages in datagrid. how can i get the values of particular column which are in checked give the answer for this in asp.net 1.1 m.ramesh

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

      Use FindControl method and find the CheckBox using its name.

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

      M 1 Reply Last reply
      0
      • V Venkatesh Mookkan

        Use FindControl method and find the CheckBox using its name.

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

        M Offline
        M Offline
        M Ramesh
        wrote on last edited by
        #3

        getting values of particular page is not a problem using findcontrol first i have to maintain the state checked for all pages (getting postback) afterwards i have to get checked values(state=true) for all the pages Thanks for your answer help me in this regard m.ramesh

        V 1 Reply Last reply
        0
        • M M Ramesh

          getting values of particular page is not a problem using findcontrol first i have to maintain the state checked for all pages (getting postback) afterwards i have to get checked values(state=true) for all the pages Thanks for your answer help me in this regard m.ramesh

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

          M.Ramesh wrote:

          first i have to maintain the state checked for all pages (getting postback)

          M.Ramesh wrote:

          afterwards i have to get checked values(state=true) for all the pages

          Do you think this explains what you want to say? Can you post the code if possible?

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

          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