2
Answers

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

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)