hi everyone
i have 1 question regarding array in c# application
how i arrange numbers in ascending or descending order in array using c# software
i do this
int array=new int[1,2,3,4,5]
furhter i cant processed
plz can anyone tell me about this
thankx..