Hi
I have below code & how i can get particular Column values in each row while looping. For e.g Student Mobile No etc
List<View_Student> objStudent = bALTraining.GetSelectedStudents(Convert.ToInt32(hdfTId.Value));
Thanks