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. to get the selected column index in a datagrid in a web app

to get the selected column index in a datagrid in a web app

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasevisual-studiohelp
4 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
    Sh Sh K r n
    wrote on last edited by
    #1

    I am working on a web application in visual studio 2008 and have come accross a problem where in i am not able to get the column index of the selected cell. the properties like CurrentCell or SelectedCell are not present.kindly assist me in this regard.

    _ S V 3 Replies Last reply
    0
    • S Sh Sh K r n

      I am working on a web application in visual studio 2008 and have come accross a problem where in i am not able to get the column index of the selected cell. the properties like CurrentCell or SelectedCell are not present.kindly assist me in this regard.

      _ Offline
      _ Offline
      _Amy
      wrote on last edited by
      #2

      Try this:

      private void UsersDataGrid_SelectedIndexChanged(object sender, System.EventArgs e)
      {
      LabelInfo.Text = UsersDataGrid.SelectedItem.Cells[1].Text;
      }

      Refer the links below: MSDN : DataGrid.SelectedIndex Property [^]

      Read the article "Table Valued Parameters". --Amit

      1 Reply Last reply
      0
      • S Sh Sh K r n

        I am working on a web application in visual studio 2008 and have come accross a problem where in i am not able to get the column index of the selected cell. the properties like CurrentCell or SelectedCell are not present.kindly assist me in this regard.

        S Offline
        S Offline
        shintoAntony
        wrote on last edited by
        #3

        hffadsjgjf

        1 Reply Last reply
        0
        • S Sh Sh K r n

          I am working on a web application in visual studio 2008 and have come accross a problem where in i am not able to get the column index of the selected cell. the properties like CurrentCell or SelectedCell are not present.kindly assist me in this regard.

          V Offline
          V Offline
          vvashishta
          wrote on last edited by
          #4

          Workout on SelectedIndexChanged Event of Gridview, and pick up the SelectedIndex in that Event. - Happy Coding - Vishal Vashishta

          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