2
Reply

string id = GridView1.Rows[e.RowIndex].Cells[0].Text;

chiranjit das

chiranjit das

Feb 22 2016 7:06 AM
695
Sir i have write a code with gridview  for updating a table value
the line is
string id = GridView1.Rows[e.RowIndex].Cells[0].Text; 
but one error I have no idea why is error create 
the red indicate error
 
 

Answers (2)