1
Answer

gridview row databound

Why we are writing the below statement  in gridview row databound. and what does it mean ?
please  Thanx.

  if (e.Row.RowType == DataControlRowType.DataRow)
  {

  }

Answers (1)