Am using this Method
foreach(gridviewrow row in grd.rows)
{
string id=row.cells[4].text;
}
But its not Good Coding Practice
i want to get the cell value by the column name
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.
Amit GuptaPosted Feb 14, 2017, 3:36 AM
Amit GuptaPosted Feb 14, 2017, 3:10 AM