2
Answers

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

chiranjit das

chiranjit das

8y
701
1
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)