I have method which accepts 2D array, i want to know
how to sort two dimensional array in asp,net c#
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
samantaPosted Dec 18, 2013, 3:45 AM
i add items from listbox1 to listbox2 but
when i remove listbox2 items, removed items must be available at listbox1 in same order.
Jignesh TrivediPosted Dec 18, 2013, 3:40 AM
hi,
you can fetch record from the database right?
so you can sort the record at the time of fetch wherever order you want.
hope this will help you.
samantaPosted Dec 18, 2013, 3:35 AM
sortArray(Array arr)
{
return sorted arr;
}
Jignesh TrivediPosted Dec 18, 2013, 3:21 AM
can you please provide example data and expected output?
samantaPosted Dec 18, 2013, 3:07 AM
Abhinav GolwalkarPosted Dec 18, 2013, 2:35 AM
In what dimension you want to sort the 2D array.
Any example as expected result?