How to Sort a Numeric Column in VB.NE?

What do I need to do to sort a column that has all numbers in it? The datagrid always assumes that the data in the columns are string type and sorts them as strings . Say I have a column called "Results" and has the following data: Before sort After sort -------- ------ 112 1111 2032 112 233 2032 1111 233 But it will sort the non-numeric colums fine. I''d really appreciate your help. Thanks Jawed

Loader.
Up arrow icon