can anyone tell me how use bubble sorting algorithm to sort data dataGridView.
below shown my code which i use to add data to grid.:)
List<STUDENT> student_list = new List<STUDENT>();
private void btnAddToGroup_Click(object sender, EventArgs e)
{
if...