I am trouble in sorting 2 dimensions array in vb.net. One row has 5 columns. Original array have 3000 rows. How can I get the effective sorting with pdtId. I tried to find googling, cannot get the right answer to me.
(0, 0) = pdtId "string"
(0, 1) = brand name
(0, 2) = category Id
(0, 3) = url
(0, 4) = date
(1, 0) = pdtId "string"
(1, 1) = brand name
(1, 2) = category Id
(1, 3) = url
(1, 4) = date
. . 3000 rows anyone could you able to help me, big trouble, :(