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. click on the row in the datagrid in vb.net1.1

click on the row in the datagrid in vb.net1.1

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

    IN VB.net window application after selecting the particular row I am getting the data from 1st column of that row. Dim str As String = CType(dg1.Item(dg1.CurrentRowIndex, 0), String) I WANT THE DO THE SAME THING IN WEB APPLICATION.I mean can you please tell me the name of function. PlEASE HELP ME.

    L 1 Reply Last reply
    0
    • A amaneet

      IN VB.net window application after selecting the particular row I am getting the data from 1st column of that row. Dim str As String = CType(dg1.Item(dg1.CurrentRowIndex, 0), String) I WANT THE DO THE SAME THING IN WEB APPLICATION.I mean can you please tell me the name of function. PlEASE HELP ME.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      It depends. What are you using as a data bound control? nothing change just rearrange

      V 1 Reply Last reply
      0
      • L Lost User

        It depends. What are you using as a data bound control? nothing change just rearrange

        V Offline
        V Offline
        varun_khanna17
        wrote on last edited by
        #3

        datagrid.selecteditem.cell(0).text This is the Command and u will get result

        S 1 Reply Last reply
        0
        • V varun_khanna17

          datagrid.selecteditem.cell(0).text This is the Command and u will get result

          S Offline
          S Offline
          sandeep_thakur
          wrote on last edited by
          #4

          I want to the result of the column of that particular row on which it is clicked.Can you help me?

          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