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. How do I get the value from a particular cell in the gridview?

How do I get the value from a particular cell in the gridview?

Scheduled Pinned Locked Moved ASP.NET
questioncsharp
2 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.
  • B Offline
    B Offline
    blurMember
    wrote on last edited by
    #1

    Hi! I am using vb.net. In this scenario I would like to fetch the price value and display it in the label. Here is my gridview:

    thanks in advance. Much appreciated.

    D 1 Reply Last reply
    0
    • B blurMember

      Hi! I am using vb.net. In this scenario I would like to fetch the price value and display it in the label. Here is my gridview:

      thanks in advance. Much appreciated.

      D Offline
      D Offline
      Dayekh
      wrote on last edited by
      #2

      You will need to use the OnItemDataBound property event. I used a Datagrid, Not sure about gridview. When you set OnItemDataBound="Somename" In your code-behind you should code this: Protected Sub Somename(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Dim VariableA As Integer/Double e.Items.Cells(3[in this case]).Text = VariableA Then do whatever you want with the variable really.. that's it :)

      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