Ananya Suhas

Ananya Suhas

  • NA
  • 71
  • 152.4k

RETRIEVE GRIDVIEW CELL VALUE

Dec 29 2010 7:06 AM
Hi,

Using dataset how can we retrieve cell value in a gridview? I want the secong cell value. all columns are labels..I have used this method:

Dim label lblprod=Ctype(grv.Rows(e.RowIndex).FindControl("lblprod"),label)

Also used lblprod=grv.Rows(rowindex).Cells(1).Text.. But these are not fetching the cell value.. Based on which i need to update and delete the table... Is there any other way
DataSet.Table... like that?

I am a new bieee so plzzz try to understand me and plzz explain in simple words...

Thanx....

Answers (6)