i have a gridview1 and to get its data of select button field
- int rowIndex = Convert.ToInt32(e.CommandArgument);
- GridViewRow row = GridView1.Rows[rowIndex];
- string country = row.Cells[1].Text;
how to get value ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ronika JencyPosted Jun 10, 2019, 4:44 AM
Ronika JencyPosted Jun 10, 2019, 3:39 AM
Subin ThomasPosted Jun 10, 2019, 1:12 AM
Ronika JencyPosted Jun 10, 2019, 1:00 AM
Subin ThomasPosted Jun 9, 2019, 11:34 PM
Jignesh KumarPosted Jun 8, 2019, 6:57 AM
Jignesh KumarPosted Jun 7, 2019, 3:52 AM
Subin ThomasPosted Jun 7, 2019, 3:48 AM
Jignesh KumarPosted Jun 7, 2019, 3:29 AM