I have the following list in a table
Name
Server1
Server2
Server3
Server4
Server5
Server6
Server7
Server8
Server9
Server10
Server11
Server12
only problem is my linq satement orderby Name ascending puts them like the below
Server1
Server10
Server11
Server12
Server2
Server3
Server4
Server5
Server6
Server7
Server8
Server9
is there anyway to stop this?
Thanks