jibinmathew

jibinmathew


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • WPF Tutorial - Using The ListView, Part 2 - Sorting
    09/08/2011 - 01:01

    Hi
    how about sorting of a combination of string and integers in numericsl order
    like if we sort
    3 17 25 34 1 5 9 book the result is
    book
    1
    17
    25
    3
    34
    5
    9
    How can i make the sort order as
    book 1 3 5 9 17 35 34