3
Answers

array

Sir/Madam,

    How to sort a below array

    int[,] nodelist = new int[dt1.Rows.Count, 2];

    by the value of second column

    (i.e) nodelist[0,1],nodelist[1,1]...

Answers (3)