hello..
i had done below logic again..
but it doesn't give selected row's product name.
it's gives all row's product name...particul arly last row's product name..
i need selected row's product name..
only one row.
plz help me out..
who r u?
=============
for (int i = 0; i < GridView1.Rows. Count; i++)
{
string name =(GridView1.Row s[i].FindControl(tx tFname) as Text Box).Text;
}
=============
Dim dgitem As GridViewRow
For Each dgitem In GridView1.Rows
a = dgitem.FindCont rol("lblinprodn ame")
Next
i had done below logic again..
but it doesn't give selected row's product name.
it's gives all row's product name...particul arly last row's product name..
i need selected row's product name..
only one row.
plz help me out..
who r u?
=============
for (int i = 0; i < GridView1.Rows. Count; i++)
{
string name =(GridView1.Row s[i].FindControl(tx tFname) as Text Box).Text;
}
=============
Dim dgitem As GridViewRow
For Each dgitem In GridView1.Rows
a = dgitem.FindCont rol("lblinprodn ame")
Next