Anija George

Anija George

  • NA
  • 1
  • 394

Specified argument was out of the range of valid values.

May 5 2015 7:32 PM
please Help me..
 
protected void GridView1_RowDeleting2(object sender, GridViewDeleteEventArgs e)
{
bool result;
StudentOperations opObj = new StudentOperations();
opObj.Id = Convert.ToInt32(GridView1.Rows[e.RowIndex].Cells[1].Controls[0]);
opObj.DeleteAStudent();
BindData();
}
 
 
 

Answers (1)