Gomathi Palaniswamy

Gomathi Palaniswamy

  • NA
  • 6.3k
  • 1.5m

array

Oct 26 2010 4:05 AM
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)