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. DataGrid problem

DataGrid problem

Scheduled Pinned Locked Moved ASP.NET
help
5 Posts 4 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.
  • S Offline
    S Offline
    SUDHAKAR PALLAM
    wrote on last edited by
    #1

    Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u

    K P J 3 Replies Last reply
    0
    • S SUDHAKAR PALLAM

      Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u

      K Offline
      K Offline
      karthick n mca
      wrote on last edited by
      #2

      if you are using athird party grid control then u ill be having lot of grid properties...though if ,net native controls then u should write ud function to achive..these things...

      1 Reply Last reply
      0
      • S SUDHAKAR PALLAM

        Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u

        P Offline
        P Offline
        Parwej Ahamad
        wrote on last edited by
        #3

        Try this: this.GridView1.Rows[1].Cells[2].Text

        Parwej Ahamad g.parwez@gmail.com

        S 1 Reply Last reply
        0
        • P Parwej Ahamad

          Try this: this.GridView1.Rows[1].Cells[2].Text

          Parwej Ahamad g.parwez@gmail.com

          S Offline
          S Offline
          SUDHAKAR PALLAM
          wrote on last edited by
          #4

          Thank u

          1 Reply Last reply
          0
          • S SUDHAKAR PALLAM

            Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u

            J Offline
            J Offline
            John ph
            wrote on last edited by
            #5

            SUDHAKAR PALLAM wrote:

            code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc.,

            Datagrid, 2nd row, 3rd Column

            DataGrid.Items(1).Cells(2).Text
            

            Regards
            J O H N :rose:
            "Even eagles need a push." David McNally


            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