Hi
check out this code
Dim r As Integer = Convert.ToInt32 (e.CommandArgum ent)
Dim dbkey As String
dbkey = GridView1.DataK eys(r).Value
Dim fieldValue As String
'used the r to key row and access the cells
fieldValue = GridView1.Rows( r).Cells(0).Tex t
Best of luck
Munna
check out this code
Dim r As Integer = Convert.ToInt32 (e.CommandArgum ent)
Dim dbkey As String
dbkey = GridView1.DataK eys(r).Value
Dim fieldValue As String
'used the r to key row and access the cells
fieldValue = GridView1.Rows( r).Cells(0).Tex t
Best of luck
Munna
Comment