Vasanth Jack

Vasanth Jack

  • NA
  • 289
  • 35.2k

I want to get the Gridview Cell value by Columname.

Feb 14 2017 2:42 AM
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  
 

Answers (2)