Reversing Rows of DataTable or string array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajkumarbathula
    New Member
    • Aug 2008
    • 18

    Reversing Rows of DataTable or string array

    Hi
    Could any one help me out in reversing rows/elements of DataTable or String or DataList by using any simple statement?

    Thanks
  • rajkumarbathula
    New Member
    • Aug 2008
    • 18

    #2
    Sorry

    i tried and i got the solution. please ignore this thread.

    the solution is

    Array.reverse( ) method.

    Comment

    Working...