RETRIEVE GRIDVIEW CELL VALUE
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....