hello..
i have grid view.. in that template column
i want to fatch product name form selected row..
i had done code like below..
but it fatch all row's product name one by one..
i want only product name for selected row..
Dim dgitem As GridViewRow
For Each dgitem In GridView1.Rows
a = dgitem.FindCont rol("lblinprodn ame")
Next
how can i fatch?
could u plz help me?
thnking u in advanced..
i have grid view.. in that template column
i want to fatch product name form selected row..
i had done code like below..
but it fatch all row's product name one by one..
i want only product name for selected row..
Dim dgitem As GridViewRow
For Each dgitem In GridView1.Rows
a = dgitem.FindCont rol("lblinprodn ame")
Next
how can i fatch?
could u plz help me?
thnking u in advanced..
Comment