Hi
I have below code & i want to store values in a string with comma separation. Last comma value also to be removed
BALStudents bALStudents = new BALStudents(); List<StudentDetail> objStudentList = bALStudents.GetAvailableStudntList(Convert.ToInt32(colum.GroupID)); if (objStudentList != null) { }
Thanks