i have a dataview contains a column age (datatype as string)....with the data like "35/5" (i.e 35 years and 5 months) ,"9/6","101/4","23/3".....
when i am trying to sort the gridview by age asc..it diplays the result as 101/4,"23/3","35/5","9/6"
it is sort with the first char of each data...but i need the result as "9/6","23/3","35/5",101/4 like this..pls give some guide lines...